Including the SDK
The instructions below are for Android Studio and Xcode. If you're using another IDE you'll need to adapt these instructions to match your current workflow.
#
Android- Your project's root-level
build.gradle
file should have the following entries at the following locations (alongside any others required for your project): (Be sure to provide your GMI SDK library access AWS credentials formy_aws_access_key_id
andmy_aws_secret_access_key
)
- Your project's root-level gradle.properties should have the following entries alongside any others required for your project (if you need the Support Library instead of AndroidX, 7.6.18 is the last version that will allow this):
- Your app-level build.gradle file should have the following entries at the following locations (alongside any others required for your project):
#
iOSThe Imageware Authenticate iOS Mobile SDK takes advantage of Swift Package Manager to make dependency management easy. To include the SDK, simply go to File->Swift Packages->Add Package Dependency...
and add the package as below:
Enter https://github.com/Imageware/ios_iwa_sdk
into the package location and hit enter, then follow the directions.
Realm dependencies will be added automatically.