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
Geofence ENTER and EXIT events trigger perfectly with the Lockito app, but during real movement, they fail to trigger. Instead, I only see the "Location Service Activated" notification.
[Optional] Plugin Code and/or Config
awaitBackgroundGeolocation.ready({transistorAuthorizationToken: token,reset: true,desiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH,autoSync: true,url: "https://tracker.transistorsoft.com/api/locations",distanceFilter: 20,stationaryRadius: 20,locationUpdateInterval:5000,fastestLocationUpdateInterval:5000,debug: false,stopTimeout: 15,startOnBoot: true,stopOnTerminate: false,enableHeadless: true,preventSuspend: true,allowIdenticalLocations: false,maxDaysToPersist: 2,foregroundService: isOnSite,locationAuthorizationRequest: 'Always',geofenceInitialTriggerEntry: false,geofenceModeHighAccuracy: isOnSite,notification: {title: "Sitekey Activated...",text: "Sitekey is running in the background.",}},(state)=>{awaitBackgroundGeolocation.start();}
[Optional] Relevant log output
The text was updated successfully, but these errors were encountered:
Required Reading
Plugin Version
4.18.3
Mobile operating-system(s)
What do you require assistance about?
Geofence ENTER and EXIT events trigger perfectly with the Lockito app, but during real movement, they fail to trigger. Instead, I only see the "Location Service Activated" notification.
[Optional] Plugin Code and/or Config
[Optional] Relevant log output
The text was updated successfully, but these errors were encountered: