美文网首页
iOS 完全免费代码混淆 往项目注入大量垃圾代码 审核4.3

iOS 完全免费代码混淆 往项目注入大量垃圾代码 审核4.3

作者: 今天星期伍 | 来源:发表于2022-11-02 13:36 被阅读0次

    审核被拒 4.3?

    Guideline 4.3 - Design

    This app duplicates the content and functionality of other apps submitted by you or another developer to the App Store, which is considered a form of spam.

    给大家推荐一个免费的混淆工具,一行命令解决。
    https://github.com/HansenCCC/YPTools

    安装
    1、终端执行 gem install yptools (使用gem命令来安装,没有装gem的自行安装 )

    使用方法
    1、打开终端,cd到你的项目路径下
    2、终端执行 yptools mgc suffix (注:suffix 是后缀,可以随便填)

    相关文章

      网友评论

          本文标题:iOS 完全免费代码混淆 往项目注入大量垃圾代码 审核4.3

          本文链接:https://www.haomeiwen.com/subject/zejjtdtx.html