This repository contains sample Android 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 [email protected]:MyPureCloud/mobiledx-samples-android.git
- Android Studio Flamingo 2022.2.1 Patch 2 (+)
- Gradle version 7.4.1 (+)
- Gradle plugin 7.3.1 (+)
- Kotlin plugin version 1.7.10 (+)
- Java 11
- An Android device or emulator running Android API level 21 (Lollipop) or higher
- Open Android Studio.
- Select "Open an existing Android Studio project".
- Navigate to the cloned repository and open "GCMessengerSDKSample".
- Wait for Gradle to sync and build the project.
- Run the application on your device or emulator.
This project is licensed under the MIT License - see the LICENSE file for details.
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