Special Requirements for Android Mobile Access SDK Development
Learn the requirements and restrictions for developing Android apps that integrate with the Salto KS ACS.
Add Required Dependencies
To develop an Android mobile app that integrates with the Salto KS ACS, you must add a set of required dependencies, as follows:
Copy the Seam Android SDK
.aar
file (for example,seam-phone-sdk-android-release.aar
) into thelibs
directory for your project.Add the following lines to the
app/build.gradle
file for your app:
build.gradle.kts
Last updated