Importing the Android SDK to a project
To include the Passio SDK in your project, you’ll need to:
Add the SDK dependency using Maven: Ensure you have the correct repository and dependency in your
build.gradle
file.
In the build.gradle
file add the PassioSDK dependency
Dependencies
Set up SDK Key: Obtain your SDK key from Passio’s Developer Portal. Add it to your
BuildConfig
or securely store it as an environment variable in your project.
Check out the full code here. FULL CODE
Last updated