CFBundleIdentifier CFBundleIdentifier 必须是com.12306.aaa 这样的格式吗 AppID 用通配符格式的AppID方便. AppStore上传文件之前,在iTunesconnect里,New App,BundleID com.test.app> then open developer.apple.com/account/ios/identifier/bundle App IDs> auto show the new App…
本文转载至 http://blog.csdn.net/fengsh998/article/details/8307424 Key:Application can be killed immediately after launch(NSSupportsSuddenTermination)Value:BOOL 说明: 指定应用程序是否可以被杀死,以便更快地关闭或注销操作. 表示系统是否可以彻底杀死的应用程序以注销或关闭更迅速.您可以使用此键来指定应用程序是否可以在关闭后立即被杀死.该应用程序还可以…