itms专题

ITMS-90339: Deprecated Info.plist Key

The Info.plist contains a key 'UIApplicationExitsOnSuspend' in bundle 在info.plist中找到这个key——UIApplicationExitsOnSuspend,然后删掉就可以了。确保没问题的话也跑一下看是否可以能在后台运行。 需要先转换一下,才能找到对应的key

iOS 发布上传 Error ITMS-90046

解决办法: 1.前往 https://developer.apple.com/account/ios/identifiers/bundle/bundleList.action  2.将Associated Moains 取消 3.重新制作证书,更新Xcode里面的证书配置 4.重新打包上传

Xcode 报错 ERROR ITMS-90096,启动图黑屏

1、出现这个问题,检查下启动图片 如果添加了启动图片确不现实,检查Launch screen file 这一栏是否清空, Launch screen file 与 Launch images source 是不兼容的 如果两个同时使用,部分手机会启动图显示黑屏 2、LanchScreen.xib的图片命名问题 LanchScreen.xib的图片启动图命名时加上小写字符h

ITMS-90426: Invalid Swift Support

原文 Please correct the following issues and upload a new binary to App Store Connect. ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public

Flutter 上架如何解决 ITMS-91053 问题

最近,我的 Flutter App 发布到 TestFlight 后,就会收到一封邮件:The uploaded build for YOUR APP has one or more issues. 上面的邮件主要是说,我的 App 缺少了调用 API 的声明,以前从来没看到过,上网一查,才知道了原委。 一、苹果的提交隐私政策更新 2023 年 WWDC 之后,苹果发布了新的《App St

《iOS总结》上传报错:ERROR ITMS-90049

上传appStore时,遇到错误,代码为ERROR ITMS-90049 解决问题方式:  1. 在xcode左下角搜索info.plist 找到第三方的info.plist文件,如友盟中腾讯Api文件夹下的info.plist文件;  2. 找到Bundle version字段 ,添加项目对应的build号; 3. 添加Bundle identifier 字段,并对应添加项目的Bundle

错误信息:ERROR ITMS-90474: Invalid Bundle. iPad Multitasking support requires these orientations

提交打包错误信息 ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'xxxx'." ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orie

2024 Flutter iOS 隐私清单上线,5 月 1 号最后期限,你收到 「ITMS-91053」 了吗?

2023 年底的时候,我就发过了 《Flutter 上了 Apple 第三方重大列表,2024 春季 iOS 的隐私清单究竟是什么?》 相关内容,如果你还对隐私清单等相关要求不了解,建议先看看前文。 如果你已经有相关了解,并且近期也提交过 App 到 App Store ,那么你可能已经收到过类似 「ITMS-91053」 的相关警告邮件,这就是隐私清单里的「必要理由的 API 声明」,也是隐私

ERROR ITMS-9000: Redundant Binary Upload. There already exists a binary upload with build version '

苹果更新了itunes之后,现在重新submit二进制会出现重复提交的错误。 改了build版本号之后再提交可以了,version是不变的。 然后重新去iTunes Connect中选择build。 选择对应版本。 可能刚刚上传成功后, iTunes Connect不会立马同步, 没有显示刚上传的版本。 等几分钟就好了。 More than one binary may be u

xcode打包 ERROR ITMS-90174: “Missing Provisioning Profile - iOS Apps must contain a provisioning profi

从xcode9 升级到xcode10 上传app的时候出现错误: ERROR ITMS-90174: “Missing Provisioning Profile - iOS Apps must contain a provisioning profile 错误原因不知道为啥,最终找到解决方案为: Xcode --》File--》project setting 在出现的窗口里将Build s

XCode7 application loader 上传报错提示(ERROR ITMS-90168)

最近提交版本的时候出现以下提示: Could not make parent directory for: /Users/xxx/.itmstransporter/softwaresupport/bin/Frameworks/ITunesSoftwareService.framework/Resources/ITunesSoftwareServiceConfiguration.xml

iOS Xcode提交IPA时收到苹果邮件ITMS-90338: Non-public API usage

邮件如下: Dear Developer,We identified one or more issues with a recent delivery for your app, "xxx, Hot topics, Videos" xxx. Please correct the following issues, then upload again.ITMS-90338: Non-public

(错误记录)提交到app store时,提示ITMS-90478 ,ITMS-90062

这类的文章,并没有太多功能,只是用于参考、学习、反思、总结、等一系列这辈子用得上的东西。 这是张图,主要的原因是,传到app Store时上传的版本不小心低于了,当前线上的版本,所以会出现ITMS90478和90062这类的错误(如图1),然而查看细节发现,是之前由于手残,竟然把上线版本中1.0.2中的版本号写成了2.1(如图2),这种错误在观看app Store时时看不出来的,需要去看“

ERROR ITMS-90171: “Invalid Bundle Structure: 上传appStore报错记录

【问题】上传AppStore 报错:ERROR ITMS-90171: "Invalid Bundle Structure App Store Connect Operation Error ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'XXX.app/XXLocationKit' is not permitt

xcode ERROR ITMS

1、ERROR ITMS-90046 /90085: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '*' for key 'c

iOS itms-services url scheme

iOS使用itms-services协议来分发开发者打的ipa安装包,主要是企业开发账号分发及非企业开发账号测试阶段分发给测试人员的安装包。(蒲公英、fir.im 正是使用这个协议来分发安装包的) 现在需要准备以下所需要的材料 ipa安装包、plist文件、及一个网页 ipa安装包 这里的ipa安装包是通过公司开发者账号打包的,需要设备被加入到开发者账号中才能正常安装使用,这里就不多说啦。

ERROR ITMS-90476 - iOS

项目打包 upload 的时候弹出了如下异常提示: ERROR ITMS-90476: "Invalid Bundle. Your app supports multitasking on iPad, so you must include the launch storyboard file, 'LaunchScreen.storyboard', in your bundle, 'xxxx

ITMS-90076: Potential Loss of Keychain Access

ITMS-90076: Potential Loss of Keychain Access App Store Connect: Your app “****” (Apple ID: ***** Version: 5.0.0 Build: 2021.5.0.0) has one or more issues 发布新版,收到Apple的邮件,提示有issues,后来查询得知。这个是之前我做

ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the

最近上传IOS包发布时收到邮件遇到这个issue,解决方案是重新生成 App Store 版本的provisioning file重新出包

ITMS-90809: Deprecated API Usage (UIWebView)

准备上架reactnative项目到苹果商城. 亲爱的开发者, 我们发现了你最近发布的应用"BaoHouse"2.2.0(2.2.0)的一个或多个问题。请更正以下问 题,然后重新上传。 ITMS-90809: Deprecated API Usage -使用UIWebView的新应用程序不再被接受。相反, 使用WKWebView来提高安全性和可靠性。了解更多(ttps://develop

ITMS-90078: Missing Push Notification Entitlement 解决方案

ITMS-90078: Missing Push Notification Entitlement 解决方案 直接上图 如需继续保留推送功能 双击Push Notifications即可添加