iOS APPios上架审核被拒p1.2被拒,这个原因该怎么解决

总结iOS APP应用审核被拒原因 - 简书
总结iOS APP应用审核被拒原因
总结一下自己在应用审核中遇到过的问题。1、应用里面带检测更新按钮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.Weve attached screenshot(s) for your reference.Next StepsPlease 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 apps 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.上架之前看到过不能有更新按钮的,然后网上说可以用后台检测,审核的时候关闭后台接口,审核通过开启。然后就上了一个版本,结果还是被拒了。当时急着上线,直接把这个功能去掉就通过了。2.后台定位服务Your app uses background location services but does not clarify the purpose of its use in the location modal alert as required in the.We've attached screenshot(s) for your reference.Next StepsPlease reconfigure the UIAlertControllerStyleAlert in your code and specify the intended purpose of using background location in its message field.刚开始使用NSLocationAlwaysUsageDescription的时候,因为没有写后台定位的目的,然后被退回来了。在NSLocationAlwaysUsageDescription后面加上一句描述,然后就通过了。3.还是这后台位置服务的问题,之后有个版本上去之后突然又被打回来,问是什么功能需要使用后台定位,What feature require the persistent background location service?(原话)。这真不知道为什么之前那个版本就可以上。Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location in the UIBackgroundModes key in your Info.plist file must have features that require persistent location.Next StepsPlease revise your app to include features that require the persistent use of real-time location updates while the app is in the background. Please also add the following battery use disclaimer in your Application Description:"Continued use of GPS running in the background can dramatically decrease battery life."If your app does not require persistent real-time location updates, please remove the "location" setting from the UIBackgroundModes key. You may wish to use the significant-change location service or the region monitoring location service if persistent real-time location updates are not required for your app features.在这个问题上被拒了好多次,网上说要加电量警告的描述,然后解释什么功能需要后台位置服务。还以为是审核员不知道我说的是什么功能需要后台位置服务,分别发了文字,图片,甚至还录了个视频过去。然后苹果那边就打电话过来说让我UIBackgroundModes改成NSLocationWhenInUseageDescription,这个也可以使用后台位置。不过这个在后台使用位置的时候电池栏上有一个蓝条提示,不符合APP的要求。后面想了个办法,就是加了导航功能,让这个UIBackgroundModes能通过,之前的后台定位功能自然就能使用了。不过刚开始还是被拒了,赶紧再发一封邮件说明了导航功能在哪里使用,并提供截图,那边一会就通过了。不过加上了导航之后APP大小增加了20M,不需要导航功能的不推荐。/wg689/Solve-App-Store-Review-Problem 这边说明了后台定位服务的话是不能只是把位置传回服务器而在界面上没有显示的,也提供了其他解决方案。这篇博客里面还有其他的审核遇到问题和解决方案的汇总。4.内购问题We noticed that your app enables the purchase of content,services,or functionality in the app by means other than the In-App Purchase API,which is not allowed on the App Store.Specifically,your app enables points,or intermediate currencies,without using the In-App Purchase API. Additionally,please note that the cost of the points or the intermediate currency cannot be included in the purchase price of the app.Next StepsWhile the payment system that you have included may conduct the transaction outside of the app,if the purchasable content,functionality,or services are intended to be used in the app,they must be purchased through IAP,within the app - unless it is of the type referenced in Guideline 3.1.3.ResourcesIt may be appropriate to revise your app to use the In-App Purchase API to provide content purchasing functionality.In-App Purchase provides several benefits,including:- The flexibility to support a variety of business models.- Impacting your app ranking by consolidating your sales to one app rather than distributing them across multiple apps.- An effective marketing vehicle to drive additional sales of new content.For information on In-App Purchase,please refer to the following documentation:For step-by-step instructions on In-App Purchase creation within iTunes Connect,refer to .大致说明了苹果是不允许使用苹果内购之外的API来购买APP的内容,服务或者功能。这里特别指出了我们APP使用了积分或中间货币,特别去查了一下那些直播平台购买礼物也是通过苹果内购的,他们的手续费由平台和主播分别承担一半。而这对于我们的APP是不合适的,在跟审核人员沟通了几次都没有结果之后,将原本的“金币”改成了“余额”,本以为不会通过的,竟然意外通过审核了。主要是这个金币让苹果认为是一个中间货币违反了审核规则吧,其实这个问题我也不是很明白,就是改了一个词而已,所以在上传的时候尽量不要使用比较有争议的词。5.声明苹果不是活动赞助商Your app includes a contest or sweepstakes but it does not:- Indicate that Apple is not involved in any way with the contest or sweepstakes.Next StepsIt is necessary to:- Include an explicit statement in the contest or sweepstakes rules specifying that Apple is not a sponsor.应用包括比赛或抽奖时,应该表明苹果没有以任何方式参与比赛或抽奖。在活动规则中加上一条说明吧6.Guideline 2.3.3 - Performance - Accurate MetadataWe noticed that your screenshots do not sufficiently reflect your app in use.Please see attached screenshots for details.Next StepsTo resolve this issue, please revise your screenshots to ensure that they accurately reflect the app in use. For resources on creating great screenshots for the App Store, you may want to review theinformation available on the Apple developer portal.Please ensure you have made any screenshot modifications using Media Manager. You should confirm your app looks and behaves identically in all languages and on all supported devices. Learn how to useto add custom screenshots for each display size and localization.Since your iTunes Connect status isMetadata Rejected, we do NOT require a new binary. To revise the metadata, visit iTunes Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.NOTE: Please be sure to make any metadata changes to all app localizations by selecting each specific localization and making appropriate changes.应用程序的名称、描述、截图或者预览与应用的内容和功能不相关将会被拒绝。转载请说明!Pages: 5/5
主题 : app上架失败原因 2.16 如何解决
级别: 侠客
UID: 497890
可可豆: 246 CB
威望: 194 点
在线时间: 260(时)
发自: Web Page
回 37楼(大哥爱维) 的帖子
你提交app的时候,不是有app描述吗,那里面写上你的 使用定位原因和电池寿命,如果还需要视频的话 那你就把视频的网址 回复给审核人员,工程中的定位描述在plist文件里面也写上原因 就可以
级别: 新手上路
UID: 295462
可可豆: 192 CB
威望: 155 点
在线时间: 73(时)
发自: Web Page
楼主我也遇到了一样的问题,能加下你QQ请教一下吗
级别: 新手上路
可可豆: 4 CB
威望: 4 点
在线时间: 46(时)
发自: Web Page
4.5 - Apps using background location services must provide a reason that clarifies the purpose of the use, using mechanisms described in the Human Interface Guidelines&&我也是4.5说要声明目的,但是我已经上传视频了啊&&楼主能加qq不??
级别: 新手上路
UID: 378946
可可豆: 24 CB
威望: 25 点
在线时间: 312(时)
发自: Web Page
估计是在第一次启动APP时,如果需要后台定位,会弹出一个警告框,让用户选择允许还是不允许,被拒原因(4.5)是因为你没有写申请后台定位的理由(看图):网上关于后台定位的例子一般这边写个YES,YES/“请点击“允许”,。。。。”这句话会在警告框里显示给用户看。如果你没写,或者简单的一个“YES”什么的,会被拒的。
图片:B71721F1-BBCE-480F-A09C-3A7C192F18BD.png
级别: 侠客
UID: 497890
可可豆: 246 CB
威望: 194 点
在线时间: 260(时)
发自: Web Page
回 45楼(syr200) 的帖子
这个问题都已经解决了,不过还是很感谢您
级别: 新手上路
可可豆: 15 CB
威望: 5 点
在线时间: 2(时)
发自: Web Page
回 38楼(kongyu) 的帖子
就像楼主说的那样“首先上传个视频演示地址,然后再你的AppStore里面的 描述 写上使用GPS定位会减少电池的使用寿命就可以了 ”
级别: 新手上路
可可豆: 1 CB
威望: 1 点
在线时间: 5(时)
发自: Web Page
新手第一次上传,也遇到同样的问题了。
级别: 骑士
UID: 109443
可可豆: 979 CB
威望: 642 点
在线时间: 512(时)
发自: Web Page
我只是来水水
遇到一个喜欢的人其实不难,多少爱情都开始于喜欢,结束于了解,后来明白,所谓合适的人,没有定论,大概是三观相似,兴趣可以不同,但决不干涉对方,有话聊,相处和独处一样自然。这一路,你是你,我是我,不是没你不行,但有你更好。
级别: 新手上路
可可豆: 118 CB
威望: 118 点
在线时间: 547(时)
发自: Web Page
回 44楼(淋雨no1) 的帖子
问题怎么解决的,我也碰到了这个问题
Pages: 5/5
关注本帖(如果有新回复会站内信通知您)
发帖、回帖都会得到可观的积分奖励。
按"Ctrl+Enter"直接提交
关注CocoaChina
关注微信 每日推荐
扫一扫 关注CVP公众号
扫一扫 浏览移动版

我要回帖

更多关于 ios 上架支付被拒 的文章

 

随机推荐