Android
To begin with – The configuration steps
Open your build.gradle file of Module:app. Add
implementation 'io.teliver.sdk:TeliverSdk:4.0.1'
as dependency.Obtain the map key from Google maps page.
Open your AndroidManifest.xml file and paste the following code under application tag after embedding your map key obtained from Google.
Note: You can skip steps 2 and 3 if you have already got map key and added it in manifest or you just want the location updates alone.
Last updated