Skip to content

Commit

Permalink
Updated Commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jitvarpatil authored Jan 7, 2025
1 parent dff19ab commit 2fe0abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SampleApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This is a reference application showcasing the integration of [CometChat's iOS U
pod install
```

3. Update the app credentials `APP_ID`, `REGION` and `AUTH_KEY` in the [AppConstants.swift](AppConstants.swift) file. file:https://github.com/cometchat/cometchat-uikit-ios/blob/c63c2e085bdf12b9f2f5168642f05f16d108b217/SampleApp/AppConstants.swift#L11-L15
3. Update the app credentials `APP_ID`, `REGION` and `AUTH_KEY` in the [AppConstants.swift](AppConstants.swift) file. file:https://github.com/cometchat/cometchat-uikit-ios/blob/dff19ab3a1a398ff44a0dc0394972af4b3d04e3f/SampleApp/AppConstants.swift#L11-L15

4. Run the sample app.

Expand Down
2 changes: 1 addition & 1 deletion SampleAppPushNotificationAPNs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is a reference application showcasing the integration of [CometChat's iOS U
pod install
```

3. Update the app credentials `APP_ID`, `REGION`,`AUTH_KEY` and `PROVIDER_ID` in the [AppConstants.swift](AppConstants.swift) file.file:https://github.com/cometchat/cometchat-uikit-ios/blob/c63c2e085bdf12b9f2f5168642f05f16d108b217/SampleAppPushNotificationAPNs/AppConstants.swift#L11-L16
3. Update the app credentials `APP_ID`, `REGION`,`AUTH_KEY` and `PROVIDER_ID` in the [AppConstants.swift](AppConstants.swift) file.file:https://github.com/cometchat/cometchat-uikit-ios/blob/dff19ab3a1a398ff44a0dc0394972af4b3d04e3f/SampleAppPushNotificationAPNs/AppConstants.swift#L11-L16

4. Run the sample app.

Expand Down

0 comments on commit 2fe0abe

Please sign in to comment.