From 2fe0abeeb45a9cc7ecff87c0e627725c07b3792c Mon Sep 17 00:00:00 2001 From: "Jitvar.CometChat" Date: Wed, 8 Jan 2025 01:24:49 +0530 Subject: [PATCH] Updated Commit hash --- SampleApp/README.md | 2 +- SampleAppPushNotificationAPNs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SampleApp/README.md b/SampleApp/README.md index 2e011de..bf478bc 100644 --- a/SampleApp/README.md +++ b/SampleApp/README.md @@ -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. diff --git a/SampleAppPushNotificationAPNs/README.md b/SampleAppPushNotificationAPNs/README.md index 359efef..3b2bfcf 100644 --- a/SampleAppPushNotificationAPNs/README.md +++ b/SampleAppPushNotificationAPNs/README.md @@ -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.