Justin Wanajrat
Justin Wanajrat

Reputation: 1

When an iOS app is terminated/closed. Sending coordinates to server without user interaction.

This will be submitted to Apple's App Store. When app is terminated (not in foreground or background), can we send user location coordinates to the server without user interaction?

Upvotes: 0

Views: 164

Answers (2)

Vinay Jain
Vinay Jain

Reputation: 2634

You have control over your application while its in foreground/background state. But in case your app terminates then there is not way to do anything, as you donot have any control over it.

You can learn more about it from the Apple's Documentation.

Upvotes: 0

Wain
Wain

Reputation: 119031

It's possible that you could while the app is in the background, but your app would only get through the Apple review if the user was also being notified of the location for navigation purposes.

When the app is 'terminated' then it can't do anything.

Upvotes: 1

Related Questions