How to run swift code after terminate app

Deadly 提交于 2019-12-14 03:37:23

问题


Is there a way to run ios application code unlimited/ long time while the user terminate my app from background? Please help me.

I have searched a lot but did not find any proper solution.


回答1:


No this is not possible.

There are a bunch of services that you can run in the background such as Location Services BUT even for that you need to configure your app and have the CONSENT of the END USER to continue to monitor his/her location. Even if the user consents, he has a bunch of options like monitor my location while using the app or always or never.

All these options are something that user can change in the "Settings" section of the iOS device.

Even if you try to run your app or any of the services background without the consent of the End user, Apple will definitely reject your app.

Hope this helps.



来源:https://stackoverflow.com/questions/46833053/how-to-run-swift-code-after-terminate-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!