execute code during iPhone app installation?

喜夏-厌秋 提交于 2021-01-27 18:33:32

问题


Is it possible to have code that executes during the iPhone app installation process - i.e. when it is installed from the app store? I would like to run a method which executes at install time vs when the app first loads.


回答1:


No, this is not possible - the entire installation process is handled by Apple applications. At no point is your app (or any bundled code) executed during the install.



来源:https://stackoverflow.com/questions/4565878/execute-code-during-iphone-app-installation

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