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
On IOS:
If I remove the access for the location service via the IOS general settings and then start the app again, it crashes. It tries to execute this function
and fails with an uncaught exception in IOS like that: * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* setObjectForKey: object cannot be nil (key: message)'
The text was updated successfully, but these errors were encountered:
On IOS:
If I remove the access for the location service via the IOS general settings and then start the app again, it crashes. It tries to execute this function
window.plugins.DGGeofencing.startMonitoringSignificantLocationChanges(
function(result) {
console.log('Geo: start monitoring significant location changes');
deferred.resolve(result);
},
function(error) {
console.log('Significant-Geo: error');
signStarted = false;
deferred.reject(error);
});
and fails with an uncaught exception in IOS like that:
* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* setObjectForKey: object cannot be nil (key: message)'
The text was updated successfully, but these errors were encountered: