Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,其中当用户点击 iPhone 的中央按钮时,应用程序被发送到后台,但我希望它被关闭。
我可以处理事件并关闭它,但可能有一些配置设置拒绝在后台运行?
谢谢
如果您希望您的应用程序在用户按下主页按钮时终止,请在您的应用程序文件中设置UIApplicationExitsOnSuspendto的值。如果您这样做,当用户点击主页按钮时,您的应用程序委托的方法将被调用,然后您的应用程序将终止。YESInfo.plistapplicationWillTerminate:
UIApplicationExitsOnSuspend
YES
Info.plist
applicationWillTerminate: