本文介绍了iPhone UIApplicationExitsOnSuspend无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
UIApplicationExitsOnSuspend不会强制我的应用退出.我已经清理了目标,删除了应用程序,重建并重新安装了很多次.
UIApplicationExitsOnSuspend does not force my app to exit. I have cleaned the target, removed the app, rebuilt, and reinstalled many times.
我真的需要退出我的应用程序.
I really need my app to exit.
推荐答案
您是否链接了SDK 4?该键仅在这种情况下有效.
Did you link against SDK 4? This key is only effective in this case.
这篇关于iPhone UIApplicationExitsOnSuspend无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!