What type of application that allowed to auto-start in iPhone?

妖精的绣舞 提交于 2019-12-05 08:19:46

Simple answer: None are allowed to.

Only Apple apps are allowed at startup, all others must be manually started.

I think voip applications. That's what Apple documentation states anyway and yes, they are limited to iOS 4.0. You should declare your application as voip and make according changes in the code. See the link: Background Execution

Background execution isn't supported by the iOS. Apple takes many steps like this one to prevent the intrusion of their customers rights to privacy. If an app would be able to start on startup, then it would have no problem recording all activity such as GPS, saved files, and keystrokes. Apple doesnt feature, and probably will not feature multiple process handling (more then one third-party process running at once).

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