美文网首页
iOS 苹果不让app诱导用户升级

iOS 苹果不让app诱导用户升级

作者: coding_Liu | 来源:发表于2017-03-06 12:02 被阅读29次

    羊🐑蹄子又踩坑了,app打包上线被苹果打回 并扔回一封邮件📧,如下:

    App Store 给我的版本打回回复的邮件

    Design Preamble

    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.

    Specifically, please remove the 版本 button in order to continue the review, or change it to be non-actionable.

    Please see attached screenshots for details.

    Next Steps

    Please remove the update feature from your app. To distribute a new version of your app, upload the new app binary version into the same iTunes Connect record you created for the app's previous version. Updated versions keep the same Apple ID, iTunes Connect ID (SKU), and bundle ID as the original version, and are available free to customers who purchased a previous version.

    Resources

    To create new versions of your app, please see Replacing Your App with a New Version in the iTunes Connect Developer Guide.

        ngRepeat: token in message.tokens
    
    attachment-1891059525697364904Screenshot-0222-132413.png

    解决方案:
    听取老大对Apple的了解,方案是这样子滴
    1、将按钮的点击事件取消
    2、把尖头指示去掉(即使你尖头是图片,也不行)
    (小羊又进行了排版,被苹果认可了😆)

    相关文章

      网友评论

          本文标题:iOS 苹果不让app诱导用户升级

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