Quickstart
Gradle Configuration
android {
//...
repositories {
maven { url "https://mymavenrepo.com/repo/PzY5Lw6PNZ938XDfVtzf/" }
}
}dependencies{
implementation 'com.geouniq.android:c4w-location-sdk:x.y.z'
}Manifest Configuration
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />ProGuard Configuration
Providing the Mobile Key
Initialize SDK
Last updated
Was this helpful?