ios開發(fā)之--那些被蘋果拒絕上架的原因

一、后臺定位

Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not declare 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.

Please 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.

關于后臺定位問題,需要拍相應視頻,解釋給蘋果為什么會用到后臺定位,什么情況下用到后臺定位。然后并在提交版本的時候并向用戶展示,參考APP:摩拜單車,永安行,悅跑圈.

請參考‘位置’描述



請參考“溫馨提示”

二、APP彈框提示版本更新升級

自從15年3月起蘋果不允許上架應用提示版本升級,解決方式是:一,刪除更新代碼不提示。二:也可以讓后臺控制,審查期間讓后臺隱藏掉,審核通過后再顯示。檢測版本:

NSString* currentVersion = [[[NSBundlemainBundle]infoDictionary]objectForKey:@"CFBundleShortVersionString"];

NSString* serviceVersion=[ZSToolstrFromStringOrNumber:dic[@"strVersion"]];

BOOLlittleSunResult =false;

NSMutableArray* a = (NSMutableArray*) [serviceVersioncomponentsSeparatedByString:@"."];

NSMutableArray* b = (NSMutableArray*) [currentVersioncomponentsSeparatedByString:@"."];

while(a.count< b.count) { [aaddObject:@"0"]; }

while(b.count< a.count) { [baddObject:@"0"]; }

for(intj =0; j

if([[aobjectAtIndex:j]integerValue] > [[bobjectAtIndex:j]integerValue]) {

littleSunResult =true;

break;

}elseif([[aobjectAtIndex:j]integerValue] < [[bobjectAtIndex:j]integerValue]){

littleSunResult =false;

break;

}else{

littleSunResult =false;

}

//littleSunResult,true就是有新版本,false就是沒有新版本

三、熱更新

2017年3月9日,國內大部分開發(fā)者收到蘋果的最后通牒,禁止熱更新。

Your app, extension, and/or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement.

This code, combined with a remote resource, can facilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote scripts in order to change app behavior and/or call SPI, based on the contents of the downloaded script. Even if the remote resource is not intentionally malicious, it could easily be hijacked via a Man In The Middle (MiTM) attack, which can pose a serious security vulnerability to users of your app.

Next Steps

Perform an in-depth review of your app and remove any code, frameworks, or SDKs that fall in line with the functionality described above and resubmit your app’s binary for review.

熱更新的話就是去除項目里的熱更新代碼,主要相關的有 JSPatch,以及一些第三方工具。例如:高德地圖,百度統(tǒng)計等,第三方服務都已經更新相應的版本解決熱更新問題,你只需更新至最新SDK即可。

四、第三方登錄時未安裝相應應用

We were required to install the QQ/WeChat app before we can log-in via QQ/WeChat. The user should be able to log-in and access their account, without requiring additional applications to be installed.

Next Steps

If you choose to allow users to log-in via QQ/WeChat, please use methods that can authenticate users from within your app, such as a native web-view.

最近在上傳appStore的時候遇到了一個問題--在用支付寶(官方單獨給我們公司開放的接口)第三方登錄的時候,如果沒有安裝支付寶,蘋果拒絕提示.這類問題很多人遇到過了.解決方案:

在未安裝微信/QQ/支付寶時隱藏相應登錄圖標,就可以上線了.每個相應SDK都會提供檢測是否安裝相應應用方法。具體請查看SDK文檔。

五、應用程序過于簡單

Guideline 4.2 - Design

We found that the usefulness of your app is limited by the minimal amount of content or features it includes. Specifically, your app does not includes any interactive features.

Next Steps

We encourage you to review your app concept and incorporate different content and features that are in compliance with the App Store Review Guidelines.

We understand that there are no hard and fast rules to define useful or entertaining, but Apple and Apple customers expect apps to provide a really great user experience. Apps should provide valuable utility or entertainment, draw people in by offering compelling capabilities or content, or enable people to do something they couldn't do before or in a way they couldn't do it before.

六、蘋果對應用程序不理解,詢問是否可以購買彩票

Guideline 2.1 - Information Needed

We have started the review of your app, but we are not able to continue because we need additional information about your app.

Next Steps

To help us proceed with the review of your app, please provide detailed information to the following questions. The more information you can provide upfront, the sooner we can complete your review.

- Are users able to purchase lottery tickets in your app? Please provide detail steps to locate this feature.

Once you reply to this message in Resolution Center with the requested information, we can proceed with your review.

?七、欺騙用戶的行為

Guideline 1.1.6 - Safety

Your app's metadata contains misleading content or content that is intended to deceive users.

Specifically, your metadata misleads users to believe your app has lottery purchase or real money gambling feature, while your app provides lottery information only.

Next Steps

To resolve this issue, please remove or revise any misleading content from your app and its metadata.

Please note that adding a disclaimer to the app description is not sufficient if the rest of the metadata and the app are misleading.

Since your iTunes Connect status is Metadata 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.

八、隱藏切換應用功能

Guideline 2.3.1 - Performance

We noticed that your app contains hidden features. Specifically, this app has hidden switching functionality to stream a full HTML app..

Next Steps

To resolve this issue, please remove these features from your app.

?九、下載其他應用的功能

We found that your app contains features that are downloaded or streamed to your app, which is not in compliance with theApp Store Review Guidelinesor section 3.3.2 of theApple Developer Program License Agreement.

Next Steps

It would be appropriate to remove these features from your app, or make them native to your app binary to be in compliance with the App Store Review Guidelines and Apple Developer Program License Agreement.

結語:

此文章會記錄上線ios應用時遇到的各種被拒原因,后期會不斷更新。

有疑問可以給我發(fā)郵件(或者QQ),看到了必定回復:1020351736@qq.com

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內容

友情鏈接更多精彩內容