美文网首页
iOS 被拒心路历程

iOS 被拒心路历程

作者: iOS小武哥 | 来源:发表于2018-06-22 13:12 被阅读53次
    我是2018-05-27打包开始审核的,一直到今天2018-06-22终于上线了,被拒了无数次,心里一万句MMP,苹果爸爸到底是怎么了,接下来就看看我被拒的经历:
    第一次被拒如下:

    2018年5月29日 上午2:00
    发件人 Apple

    1. 1 Performance: App Completeness
    2. 4 Performance: Hardware Compatibility
    3. 2 Design: Minimum Functionality
    4. 1.5 Legal: Privacy - Location Services

    上面这个是我没有处理好,被拒了,然后我修改之后重新提交.

    第二次被拒原因:

    2018年5月30日 上午5:15
    发件人 Apple

    1. 5 Performance: Software Requirements
      Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.

    这个是说我有后台语音播放功能,但是在plist文件中没有设置相对应的Key.
    我修改项目之后,去掉后台语音播放功能,把项目中后台播放语音的开关给关闭了重新上传.

    第三次原因被拒:

    2018年5月31日 上午8:56

    发件人 Apple

    Guideline 2.1 - Information Needed

    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

    我看到这个,大礼包,然后我就一一说明,并上传一些文件,营业执照之类的.又提交审核.

    第四次被拒原因:

    2018年6月12日 下午11:26
    发件人 Apple

    1. 5 Performance: Software Requirements
      Guideline 2.5.4 - Performance - Software Requirements

    Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the app was running in the background.

    我看见这个原因崩溃了,这不是和上面被拒的原因一样吗,疯了,然后我把之前被拒的原因也写上面了,写全了,然后又提交审核.

    第五次被拒原因:

    2018年6月14日 下午11:49

    发件人 Apple

      1. 1 Performance: App Completeness

    Guideline 2.1 - Information Needed

    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

    看到这个,我只想说我刀呢,后来我就回复邮件 : "我们的应用不存在以上问题,我们不知道如何修改,如果有请详细的说明一下",然后又提交审核.也把之前的资料全部写上.

    第六次被拒原因:

    2018年6月19日 上午12:13
    发件人 Apple

    1. 5 Performance: Software Requirements
      Guideline 2.5.1 - Performance - Software Requirements

    Your app uses the "prefs:root=" non-public URL scheme, which is a private entity. The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.

    Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store.

    看到这个至少能比上面被拒的原因好一点,我查找一下,有个SDK使用到了"prefs:root=",我将SDK升级,重新打包上传,终于在今天早上看到了这个 Screenshot 2018-06-22_11-54-27.png

    终于上线了!用了26天,之前上线也没有这么费劲呀!我有几个朋友也是,一个新应用上线审核,也用了一个月的时间,感觉比之前严很多.每次被拒的时候说明原因,最好把上次的原因也说明上去.

    相关文章

      网友评论

          本文标题:iOS 被拒心路历程

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