iOS提交AppStore被拒原因】的更多相关文章

1. Terms and conditions(法律与条款) 1.1 As a developer of applications for the App Store you are bound by the terms of the Program License Agreement (PLA), Human Interface Guidelines (HIG), and any other licenses or contracts between you and Apple. The fo…
(1)Information Needed We began the review of your app but aren’t able to continue because we need additional information about your app. At your earliest opportunity, please review the following question(s) and provide as much detailed information as…
背景提示:数字类产品(比如购买会员等不需要配送实物的商品),Apple规定必须使用苹果IAP应用内支付,给Apple分成30%.打包的时候不要勾选微信或支付宝等其他支付方式.如果你提交的包里包含了微信支付宝等支付的sdk,即使没使用,Appstore也会认为你有隐藏方式,以后会绕过iap,不给Apple分成,因此拒绝你的App上线 应用中如果没有交易功能,不要包含支付相关模块和支付相关的js代码 应用中如果只包含虚拟物品交易,只能使用苹果应用内支付(IAP),不能使用支付宝和微信支付 应用中如果…
1.后台运行GPS 1.1 原文: Performance - 2.5.4 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 UIBackgro…
De : Apple 3.12 - Apps should have all included URLs fully functional when you submit it for review, such as support and privacy policy URLs 21.1 - Apps that include the ability to make donations to recognized charitable organizations must be free 21…
提交审核后进去下面链接申请加急审核链接:https://developer.apple.com/appstore/contact/appreviewteam/index.html 在I would like to选择加急审核(默认选项) 填写相关信息 最后一项可以不填 最后是申请原因跟理由 看见别人倒下不去扶的人,将来自己倒下肯定也没人扶.本文字和文章没有任何关系  只是从微博摘抄过来的  只是为了凑足150字  发布到首页.…
是的,由于最近知名的Xcode后门事件,我们的应用也被感染了.o(╯□╰)o 上周四从看到喵神的微博得知第三方Xcode可能被感染后马上查了下,自己用的却是被感染了,于是马上到MAS下载了最新的Xcode7,上海电信你们懂得. 不过当时却是没有认识到事情的严重性,直到周日收到经理的电话说我们的应用在AppStore上搜不到,查了下邮件确认了是应用被下架了,理由是感染了病毒.当时正在陪女朋友跟未来岳父在科技感玩,顿时心里有种蛋蛋的忧伤. 以上吐槽请无视,毕竟怪自己在百度网盘下载的Xcode.下面说…
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 Details Your app uses background location services but does not clarify the pu…
1.程序运行崩溃 Your app crashes on iPhone running iOS connected to an IPv6 network when we: - app crashes shortly after launching. This occurred when your app was used: - On Wi-Fi We have attached detailed crash logs to help troubleshoot this issue. Next S…
提交App Store不出现构建的版本 Xcode版本:8.0 近日往App Store上跟新一个版本,提交了好几次,built号增加了好几个,上传每次都成功了,但是在iTunes Contact上一直没有看到可选的构建版本,也没看到有邮件的反馈. 后面发现是iOS 10以后,苹果增强了对用户隐私的保护,访问照相机.相册.麦克风.定位.通讯录等,都需要在info.plist 文件中添加权限,而且少一个都不行.根据需要添加,项目中使用了什么,就添加对应的权限. <!-- 相册 --> <k…