美文网首页
上架前的坑-- Reveal 造成的问题:-non-public

上架前的坑-- Reveal 造成的问题:-non-public

作者: AnnieAri | 来源:发表于2016-11-16 15:50 被阅读0次

    今天早上收到苹果的邮件:
    Dear developer,
    We have discovered one or more issues with your recent delivery for "xxxxxx". To process your delivery, the following issues must be corrected:
    Non-public API usage:
    The app references non-public symbols in xxxxx :*** _UICreateCGImageFromIOSurface***

    If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed.
    If you think this message was sent in error and that you have only used Apple-published APIs in accordance with the guidelines, send the app's nine-digit Apple ID, along with detailed information about why you believe the above APIs were incorrectly flagged, to appreview@apple.com. For further information, visit the Technical Support Information page.
    Once these issues have been corrected, you can then redeliver the corrected binary.
    Regards,

    The App Store team

    上网查了下 ,大概就是 Reveal 框架 与系统私有方法冲突导致上架失败

    删除Reveal.framework和对应Other Linker Flags,Archive,上传,通过。
    第一次使用Reveal​还是要小心,一定要设置好其在Debug模式下使用。

    相关文章

      网友评论

          本文标题:上架前的坑-- Reveal 造成的问题:-non-public

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