You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BackgroundGeolocation.ready({// Geolocation ConfigdesiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH,distanceFilter: 10,// Activity RecognitionstopTimeout: 5,// Application configdebug: true,// <-- enable this hear sounds for background-geolocation life-cycle.logLevel: BackgroundGeolocation.LOG_LEVEL_VERBOSE,stopOnTerminate: false,// <-- Allow the background-service to continue tracking when user closes the app.startOnBoot: true,// <-- Auto start tracking when device is powered-up.// HTTP / SQLite configurl: SAVE_GEOLOCATION,backgroundPermissionRationale: {title: "Allow Basiq360 to access this device's location all the time ?",message:
'To show tracked activities on map, Basiq360 App collects location data even when closed or not in use.',positiveAction: "Change to 'Allow all the time'",negativeAction: 'Cancel',},batchSync: false,// <-- [Default: false] Set true to sync locations to server in a single HTTP request.autoSync: true,// <-- [Default: true] Set true to sync each location to server as it arrives.})
Expected Behavior
There should not be any error, it should return locations
Actual Behavior
getting pop-up on app launch "license validation failure"
Steps to Reproduce
on app launch
Context
Debug logs
Logs
PASTE_YOUR_LOGS_HERE
The text was updated successfully, but these errors were encountered:
Your Environment
react-native -v
): 0.75Expected Behavior
There should not be any error, it should return locations
Actual Behavior
getting pop-up on app launch "license validation failure"
Steps to Reproduce
on app launch
Context
Debug logs
Logs
The text was updated successfully, but these errors were encountered: