Receiving location in app after URL post #103
ShaunBrassell
started this conversation in
General
Replies: 1 comment 3 replies
-
Yes, I believe this is a correct assumption... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys
I have the plugin working nicely in the background by calling the getLocations method when the app comes back into the foreground, and are then are able to draw the route taken on the map (thus not having to rely on flaky cordova JS calls in the background).
I also need to post the locations to a server, which works well posting as the user goes along in the background, but these posted locations are then not retrievable via the getLocations call when the app returns to the foreground. I haven't dug through the Java code yet, but am guessing that once successfully posted, the location is marked for delete and thus not able to be pulled through via the getLocations?
Beta Was this translation helpful? Give feedback.
All reactions