You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @SM1DDY
In the iOS world it is hard (someone may say impossible) to trigger a background task on boot. Technically there is no such API or mechanism but some workarounds exist. Keep in mind that these restrictions exist for native iOS applications too. You can find more in-depth information in this SO answer.
Update (for others looking at this):
My app relies on location services so I got around the "reboot" issue by using the significant location change api. Basically, the significant change api wakes the app whenever the device has moved about 500m (according to Apple). This also persists across reboots.
Hi
Thanks for this great project.
Quick question, is there anyway to make this background service trigger or persist after a full device restart?
The text was updated successfully, but these errors were encountered: