This repository contains sample iOS application demonstrating the use of the GC Mobile Messenger SDK.
To get started with these samples, clone this repository to your local machine:
git clone git@github.com:MyPureCloud/mobiledx-samples-ios.git
- iOS 15 and above
- Automatic Reference Counting (ARC) is required in your project.
- CocoaPods.
- Navigate to the cloned repository
- Run
bash pod install
in your terminal - Open "GCMessengerSDKSample.xcworkspace" file with Xcode
- Wait for the project to build
- Run the application on your device or simulator
Mobile Messenger SDK Transport Mobile SDK Genesys Cloud Developer Forum
This project is licensed under the MIT License - see the LICENSE file for details.
The app is implementing Firebase Crashlytics. In order to run the app you must remove the reference to GoogleService-Info.plist or replace it with your own plist file
The app integrates Okta authentication. To use this authentication service, you must configure okta.properties file with the necessary data to the path GCMessengerSDKSample/app. See an example in GCMessengerSDKSample/app/okta.properties.example