iOS Question Background all time

Nicolás Cieri

Active Member
Licensed User
Hi,

What is the best way to start an application in the background without being started directly by the user or despite being closed by the user?

Silent Notification works for 30 seconds, is there a way to restart within that process the 30 seconds ?, to make sure it is active ?.

Or would I have to send a silent notification from my server every 30 seconds?

In Android you can program it to start by itself, but in iOS?


Thanks a lot.
 

Nicolás Cieri

Active Member
Licensed User
I need to do an app for tracking location all the time, it's working well, but.. if the user swipe (close) my app, i can restart it.

I tried with a silent notifications (firebase), but if the app was closed by the user, the silent notifications doesn't work.

If the app is opened (foreground or background), this work perfect. But the problem is restart the app if the user close it or the phone is restarted.
 
Upvote 0
Top