美文网首页锻炼吃饭的家伙
iOS 审核拒绝原因和解决办法

iOS 审核拒绝原因和解决办法

作者: LoveY34 | 来源:发表于2016-11-21 18:25 被阅读1921次

1.Information Needed

We began the review of your app but are not able to continue because we need access to a video that demonstrates your app in use on an iOS device.

Specifically,please include the following information in the demo video:

- the features that utilize background VoIP mode

To provide a link to a demo video:

- Log in to iTunes Connect

- Click on "My Apps"

- Select your app

- Click on the app version on the left side of the screen

- Scroll down to "App Review Information"

- Provide demo video access details in the "Notes" section

- Click "Save"

- Once you've completed all changes,click the "Submit for Review" button at the top of the App version information page.

Once this information is available,we can continue with the review of your app.

这是我前段时间上架APP的时候遇到的被拒(悲剧)的邮件,之前都没遇到过,也不懂啥Demo Video,当时第一反应Demo Video是不是app Store里面app预览的Video,跟审核资料里面的屏幕截图差不多,后来查资料才知道根本就不是那么回事(参考链接:http://blog.csdn.net/qq_27247497/article/details/52680684)

1.Demo Video是给苹果审核人员看的,因为审核人员不会使用你的app。

2.预览的Video称为preview video,Preview video是app的宣传片,上传时在appApp Video Preview and Screenshots 中添加,非强制。

所以只需要录制app的基本使用流程,然后上传到youtube或者youku上,然后把链接放到App审核资料-备注里面就可以了。

那么新问题来了,到底应该怎么录制App适配呢?直接拿手机录制另一个手机的操作?行是行的通,但是还不够高上大(😳😳)。这时候就用到苹果电脑自带的适配工具QuickTime Player(好像重来没用过😂)

Quick Timer Player

手机连上电脑后点击QuickTime Player菜单中文件-新建影片录制,如下图

启动位置

点击新建影片录制后就出现一个大的录像界面,默认

是启动电脑的摄像头录制(当然前提是你的电脑有摄像头啊!😌),然后切换视频源就好了,如下图我切换成自己的手机之后,录制视频的界面就跟我手机同步了,而且画面很清晰,你在手机上的操作都会映射到这个录制界面上,点击中间红色按钮就开始录制了。当然录制preview video也可以通过这个方式,但是preview video是有时间限制的,大概是30秒左右,这时候就需要对你自己录制的视频做剪切了,使用mac上的imovie就可以了!(详细教程请见:https://www.zhihu.com/question/27083086)

录制界面

2.We noticed that your app does not obtain user consent before collecting the user's personal data.

Next Steps

To collect personal data with your app, you must make it clear to the user that their personal data will be uploaded to your server and you must obtain the user's consent before the data is uploaded.

- Starting with iOS 6, there are keys for specifying the reason the app will access the user's protected data. When the access prompt is displayed, the purpose specified in these keys is displayed in that dialog box. If your application will be transmitting protected user data, the usage string in your access request should clearly inform the user that their data will be uploaded to your server if they consent.

这两天诸事不宜,上架又被拒,被拒的原因很无脑,是说我读取用户通讯录的时候没有弹出申请读取通讯录权限的弹框,而实际情况是我在启动的时候就弹出来了,可能苹果觉得我读取通讯录的时机不对。没办法!苹果是老大,改就改吧!😂😂😂

相关文章

网友评论

    本文标题:iOS 审核拒绝原因和解决办法

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