I have an app, which runs on a background. It would be great if the app would run on some inaccessible threat and user couldn't turn it off just by classic "double home button style". Is that possible on iOS? How all those notification apps like news work, that Im still getting notifications even if they are not listed in "double home button menu"?
My app is checking if there are new data in HealthKit. It works on the background, but user can easily turn it off and thats kind of stupid in this case... I use This to get data from HK while in the background (the code of the guy who posted that question), is that right way?
Also why my app don't ask for permission to run in background? Why it isn't listed in general settings-BackgroundAppRefresh?
Thank you for any answers/tipes