ITMS-90339: Deprecated Info.plist Key - The Info.plist contains a key 'UIApplicationExitsOnSuspend'

最新推荐文章于 2020-08-14 17:32:04 发布
最新推荐文章于 2020-08-14 17:32:04 发布
  • 新版的ios废弃了UIApplicationExitsOnSuspend
  • unity使用这个属性来定义程序进到后台的行为,即按下home键的app的行为
There should not be any problem, unless you have a custom behavior in background.
The default behavior for an iOS 12/11 app is to run in background if the 'UIApplicationExitsOnSuspend' key is not specified.
  • 如果没有自定义app回到后台的行为,删掉这个属性即可
  • https://issuetracker.unity3d.com/issues/ios-apps-with-uiapplicationexitsonsuspend-in-info-dot-plist-failing-to-pass-apple-store-validation
  • https://forum.unity.com/threads/the-info-plist-contains-a-key-uiapplicationexitsonsuspend.689200/
  • https://docs.unity3d.com/Manual/class-PlayerSettingsiOS.html
ITMS-90339: Deprecated Info.plist Key - The Info.plist contains a key 'UIApplicationExitsOnSuspend' 原因新版的ios废弃了UIApplicationExitsOnSuspendunity使用这个属性来定义程序进到后台的行为,即按下home键的app的行为解决方式There should not be any problem, unless you have a custom behavior in background.The default behavior for an iOS...
iTunesConnect吃包 因为ipa包中包含uiwebview 5月1号以后iTunesConnect不允许上传的ipa包中屌用UIWebView,使用过后上传的ipa包都不会显示在活动里(我称呼这种骚操作为‘吃包’)。 已经把项目工程里面的有关uiwebview的文件都处理好了,重新上传结果还是不行。在网上看到一个方法能够反编译我们的ipa包,然后查询ipa中屌用的头文件,这样就可以知道问题出现在哪里了。 首先download一个class-dump : 下载地址:http://stevenygard.com/projects/class-dump/ 下载ipz文件,解压缩以后直接复制
最近在上传App到App Store时,报错提示 The Info.plist in the package must contain the CFBundleVersion key. 初次遇到这个问题,于是各种百度谷歌,并无好的答案,一般都是版本号格式错误或者BundleVersion低于线上的BundleVersion,这些直观的问题。所以折腾了一夜,也没有解决。直到第二天重新看这个问题,才找到解决办法
打开info.plist 加入 UIApplicationExitsOnSuspend 或者选择“Application does not run in background(程序不运行于后台)” 将其设为 YES
The Info.plist contains a key 'UIApplicationExitsOnSuspend' in bundle 在info.plist中找到这个key——UIApplicationExitsOnSuspend,然后删掉就可以了。确保没问题的话也跑一下看是否可以能在后台运行。 需要先转换一下,才能找到对应的key
IOS Xcode 工程提交错误: 错误ITMS-90339:“此捆绑包无效。Info.plist在捆绑包hcryxios[hcryxios.app]中包含无效的密钥“UIApplicationExitsOnSuspend” 解决方式一 : 你有这个钥匙。它被标记为“应用程序不在后台运行”。从Info.plist中删除该密钥。 这是一个小技巧。选择Info.plist。然后右键单击任何键或值,并选...
Error Itms-90339: This bundle is invalid . The info.plist contains an invalid key 'CFBundleResourceSpecification’ in app bundle 这个错误的解决方法就是  Build Settings > Code Signing > Code
游戏发布iphone真机后报错 You are using download over http. Currently Unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
CFBundleVersion 问题 下载了Xcode 11 Beta 版后,运行以前的工程到模拟器,有可能发生CFBundleVersion不对的问题:The application’s Info.plist does not contain CFBundleVersion. Ensure your bundle contains a CFBundleVersion with a valid s...
29.通过ACS设置LAN侧用户对某个参数的可写属性 84 30.通过ACS为CPE添加删除wan口为ip连接的实例 85 31.通过ACS为CPE添加删除wan口为ppp连接的实例 87 32.添加删除流分类实例 88 33.通过ACS配置wan口的各个参数值 89 34.通过ACS配置静态路由 90 35.通过ACS配置DDNS 91 36.给CPE配置各种用户的密码信息 92 37.配置文件上传、下发测试 93 38.日志上传测试 95 四、附件: 98