heldenssjoerd
Member
In our app we're using a variant of the tracker from here: https://www.b4x.com/android/forum/threads/background-location-tracking.99873/#content
When the location changes there is a generated an file and send to the server. (A)
However there is also a process that sends all present files (not only tracker-info). (B)
These two a sometimes sending the files twice. For example when process A is sending but not yet has deleted the file. Then process B is started in the background and is sending the same file again.
Do you have any thoughts on how to prevent this?
When the location changes there is a generated an file and send to the server. (A)
However there is also a process that sends all present files (not only tracker-info). (B)
These two a sometimes sending the files twice. For example when process A is sending but not yet has deleted the file. Then process B is started in the background and is sending the same file again.
Do you have any thoughts on how to prevent this?