几个前提:
1、用的是最新sdk与hbuildx版本离线打包
2、我很确认App内没有任何隐藏功能,而且苹果的审核也明确提到了有 PGPay, AliPay, Taobao, Ping++这类sdk包
3、用的官方最新的ios的sdk,里面所有的第三方sdk都在,比如各种支付、推送,一个也没有删除,所以App比较大。
再回答为什么不删?
1>并不确认删掉后是否会出问题
2>uniapp并没有给一个清爽的、精简的ios离线打包文件。(目前的精简文章是2016年的,完全没办法代入)
3>之前全部sdk在包里提交到商店,可以审核通过
求助应该如何处理?uni的离线包应该删掉哪些成为极度精简的版本呢?感谢回答。
附苹果审核拒绝文:
We discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program.
Specifically, we found that your app includes PGPay, AliPay, Taobao, Ping++, which provides access to external payment mechanisms and enables the purchase of content, services, or functionality by means other than the in-app purchase API.
If you feel that we have misunderstood how your app functions and that your app is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works.
The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.
呆子哥 (作者)
感谢你的评论 但是我这边已经已经试了约5个小时仍然不知如何保持最简包(我如果想删掉多余的bundle包,xcode就会完全build不起来,我不用高德不用新浪不用支付,但是只要删掉这些bundle或关联的sdk、lib文件,xcode里就会各种爆红,无法build。我如果用下载的完整包,就可以build起来,但是这样提交一是包很大,二是苹果还会给有隐藏内容的警告,见本文内容。)我快崩溃了,请问明天白天是否可以麻烦你指点一下,怎么删掉一些多余的内容,让示例的文件能在xcode里build成功,万分感谢。vue代码我会写,但是这里的各种关联我真的快崩溃了,感谢你!
2019-05-30 20:30
zgy
回复 呆子哥: 哈哈 你完蛋了
2019-05-31 09:59
CLP
回复 呆子哥: 删一个解决一个,不要一下全删了
2019-05-31 11:41
5***@qq.com
回复 呆子哥: 用了精简包,打包出来ipa 40M的样子
2019-09-04 09:52
1***@qq.com
回复 CLP: 我framework相关没用的都给删了,但是bundle里面有alipay的没有删除,然后第二次被拒,这个有影响么,请问
2019-10-14 17:39
CLP
回复 1***@qq.com: https://ask.dcloud.net.cn/article/36447. 另外,你说的这个吧AlipaySDK.bundle,不需要也删除
2019-10-14 18:33
1***@qq.com
回复 CLP: 全部无关的都删除了,然后貌似告诉我 不能纯用webview来搞,怎么破 Guideline 2.3.1 - Performance
We discovered that your app contains hidden features. Specifically, this app contains functionality to load a webview of external content within the app. It would be appropriate to 'bake-in' content of these web pages into the submitted binary or remove them from the app's functionality before resubmitting for review.
2019-10-17 13:29
1***@qq.com
回复 CLP: 另外紧附2.3.1的还有 Guideline 4.2 - Design - Minimum Functionality
Your app provides a limited user experience as it is not sufficiently different from a mobile browsing experience. As such, the experience it provides is similar to the general experience of using Safari. Including iOS features such as push notifications, Core Location, and sharing do not provide a robust enough experience to be appropriate for the App Store.
2019-10-17 13:30
CLP
回复 1***@qq.com: 好像说的你的应用太简单了,想是网页应用吧
2019-10-17 14:08
1***@qq.com
回复 CLP: 复杂一些 就可以上么?
2019-10-17 17:27
1***@qq.com
回复 CLP: 这个问题的具体怎么解决呢,怎么改动,着急上线,请回复,谢谢.
2019-10-22 09:10
CLP
回复 1***@qq.com: 苹果的回复说的很清楚啊,Including iOS features such as push notifications, Core Location, and sharing do not provide a robust enough experience to be appropriate for the App Store.
2019-10-22 13:41
1***@qq.com
回复 CLP: 我怀疑是否跟web-view控件的使用有关,因为我首页列表进入的详情有些是用web-view控件去加载url做的
2019-10-23 18:23