Nayank9
Nayank9
@silkimen I'm facing the same issue, can you please tell me what's the security feature introduced in iOS14 & what update we need to do into the post call.
@FernandoMauricio have you got the solution for your issue, I am facing the same issue.
@christocracy can you please share that plugin link if you have, I have searched for emailLog plugin but I didn't find anything.
@christocracy I have added emailLog method but I didn't receive any email, you can see in console log
[background-geolocation.log](https://github.com/transistorsoft/cordova-background-geolocation-lt/files/9794904/background-geolocation.log) @christocracy can you please check attached log file
@christocracy Yes I have checked but I didn’t get what's the wrong in it, can you please let me know what might be the issue in my code
@christocracy When app goes to background probably after 10-12 min it stops executing following code `let newData = this.ref.child('DRIV-' + this.driv_id; newData.set({ userId: this.driv_id, uuid: uuid, latitude: lat, longitude: long,...
@christocracy I tested outside when app goes to background it stops sending location to firebase & when app opens it is sending cached location, as per my requirement location should...
@christocracy as you requested, please check attached log file. [background-geolocation_2010.log](https://github.com/transistorsoft/cordova-background-geolocation-lt/files/9827046/background-geolocation_2010.log)
@christocracy I think it works when device is moving but I have another requirement where app should send current location within 15 min time interval. I'm using heartbit interval but...