This type of app has been identified as one that may violate one or more of the following
App Store Review Guidelines
. Specifically, these types of apps often:
1.1.6 - Include false information, features, or misleading metadata.
2.3.0 - Undergo significant concept changes after approval
2.3.1 - Have hidden or undocumented features, including hidden "switches" that redirect to a gambling or lottery website
3.1.1 - Use payment mechanisms other than in-app purchase to unlock features or functionality in the app
4.3.0 - Are a duplicate of another app or are conspicuously similar to another app
5.2.1 - Were not submitted by the legal entity that owns and is responsible for offering any services provided by the app
5.3.4 - Do not have the necessary licensing and permissions for all the locations where the app is used
1.1.6 - Include false information, features, or misleading metadata.
2.3.0 - Undergo significant concept changes after approval
2.3.1 - Have hidden or undocumented features, including hidden "switches" that redirect to a gambling or lottery website
3.1.1 - Use payment mechanisms other than in-app purchase to unlock features or functionality in the app
4.3.0 - Are a duplicate of another app or are conspicuously similar to another app
5.2.1 - Were not submitted by the legal entity that owns and is responsible for offering any services provided by the app
5.3.4 - Do not have the necessary licensing and permissions for all the locations where the app is used
情况是公司上架马甲包,同一个工程项目下不同bundle,然后,然后就遇到大礼包了,查了很多资料,大约意思就是,苹果可以知道你的二进制文件里面的小猫腻(源码大约和以前一样看不到),类名资源文件大多是可以的,不然ipa显示包内容里面的图片哪来的,所以说抄袭是有道理的
解决办法:有些代码混淆的脚本也试过,还是打回来,而且有人说混淆后的代码会被误认为是开关,导致出发第2.3.0和2.3.1的误解
所以这里就是修改类名和图片,当然那么多的导入还有修改,还是swift和oc混编,手动肯定出问题啦
具体流程参考这里:http://www.imyuyang.com/2018/02/15/iOS马甲包混淆方案/
如果修改类名,时间会很久。。。很久,要有耐心,可以改好的
完全参照这个说明打包,遇到的问题:
修改完类名之后部分文件夹红了,文件找不到了,show in finder拖进来,红的删掉就好,这个是亲测上架了一个了,第二个还在等待审核
以上是问题原因和稳定解决方案
本文详细介绍了iOS马甲包在App Store上架过程中可能遇到的问题及解决方法,包括如何避免违反App Store审查指南,如包含虚假信息、显著概念变化、隐藏特性等,并提供了具体的代码混淆策略。
832

被折叠的 条评论
为什么被折叠?



