iOS上架,被拒
电话聊了说,不允许包含第三方托管SDK
然后回复的邮件是:
2016年10月19日 下午1:17 发件人 Apple 2. 5 PERFORMANCE: SOFTWARE REQUIREMENTS 4. DESIGN: PREAMBLE Hello Mr. xxx, Call Ticket 1530981 Performance – 2.5.2 During review, your app installed or launched executable code, which is not in compliance with the App Store Review Guidelines. Specifically, your app uses the itms-services URL scheme to install an application. Next Steps Resources Your app includes an update button or alerts the user to update the app. To avoid user confusion, app version updates must utilize the iOS built-in update mechanism. Next Steps Resources If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions. If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide: We hope you will consider making the necessary changes to be in compliance with the App Store Review Guidelines and will resubmit your revised binary. Please feel free to contact me at +1-408-783-3183 between 11AM-8PM Pacific Daylight Time if you need further clarification. Best regards, 回复 使用下面的栏位向 App 审核团队提问或提供额外信息。了解更多 向 App 审查委员会提交上诉。 |
看起来像是:
说是用了:
the itms-services URL
去安装程序。
包含有update升级更新的功能
所以被拒。
目前,自己的iOS的app中使用了各种SDK:
bugly:应用内崩溃收集
pgy:pgyManager,摇一摇反馈
jpush:消息推送
蒲公英 sdk ios上架 被拒
2016.08.30
“使用了蒲公英SDK。PgySDK只适合不上架测试使用,真实环境中不允许使用”
暂时去试试:
把pgy的SDK去掉,重新上架试试
uses the itms-services URL scheme to install an application
ios uses the itms-services URL scheme to install an application
app 被拒绝了,原因 2.8 和 10.6,怎么解决? – iOS122的回答 – SegmentFault
iOS 问题:求助:应用被拒绝,苹果回复的原因是这样的,请问这是什么原因呢?要怎么改?? Your app installs or launches executable code
app store-app审核 被拒绝了,原因 2.8 和 10.6,怎么找到具体原因?——CSDN问答频道
iOS提交app,审核被拒绝!违反2.8和10.6!怎么破? | iOS开发 – CocoaChina CocoaChina_让移动开发更简单
ios – Over the air (OTA) installation fails for iOS8 app using itms-services URL – Stack Overflow
iOS最近上架AppStore遇到的2.8和10.6的问题 – 简书
“最后想想应该是,集成的Test in里面包含了更新机制或者啥的,Test in是临时集成进去搜集crash 日志的,以前是没有什么问题的,最后发现都是最近有不少APP是因为集成了第三方的这种搜集crash日志的SDK悲剧的,比如fir.im、蒲公英、Umeng等,所以各位大兄弟们上架的时候也要注意一下啊!
"
APICloud 社区苹果审核被拒,求技术解答应该如何处理和修改 – Powered by Discuz!
Rejected by App Store · Issue #111 · bang590/JSPatch · GitHub
审核快报–AppStore审核被拒,原因:百度媒体服务广告Sdk BaiduMob包含调用URL scheme安装app |
去掉pgy的SDK后,后来上架就通过了:
【总结】
此处iOS上架被拒的原因,基本上可以判断是:
添加了蒲公英pgy的SDK
解决办法:
去掉pgy的SDK,即可。
根本原因:
之前别的带了pgy的SDK的app,是可以上架iOS的。
现在为何不可以了,具体也不知道。
或许是iOS官网审核标准变了
或者是pgy内部的SDK用了什么不符合苹果的某个标准了。
具体未知。
转载请注明:在路上 » 【已解决】iOS的app上架被拒:不能包含第三方托管SDK