iOS AppStory稽核失敗總結
1.專案用到極光推送,在安裝app時,獲取registrationID,在登入時邦定userID和registrationID,方便給每個人推送。但是產品定邏輯時就是登入前必須開啟推送,在提交蘋果稽核時直接被拒,下面是被拒文件:
1.0 元資料被拒絕 2017年7月30日
Guideline 2.1 - Performance - App Completeness We discovered one or more bugs in your app when reviewed on iPad and iP running iOS 10.3.3
2017年7月30日上午4:29
發件人 Apple
- 2. 1 Performance: App Completeness
- 4. 5 Design: Apple Sites and Services
Guideline 2.1 - Performance - App Completeness
We discovered one or more bugs in your app when reviewed on iPad and iP running iOS 10.3.3 on Wi-Fi connected to an IPv6 network.
Specifically, we noticed that an error message is displayed when we tapped on the login button.
Please see attached screenshots for details.
Next Steps
To resolve this issue,
If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.
For new apps, uninstall all previous versions of your app from a device,
Resources
For information about testing your app and preparing it for review, please seeTechnical Note TN2431: App Testing Guide.
For a networking overview, please reviewAbout Networking. For a more specific overview of App Review’s IPv6 requirements, please review the IPv6 and App Review discussion on the Apple Developer Forum.
Guideline 4.5.4 - Design - Apple Sites and Services
We noticed that your app requires push notifications in order to function.
Next Steps
Push notifications must be optional and must obtain the user's consent to be used within the app.
Resources
For information on working with push notifications, review theLocal
and Remote Notifications Programming Guide and"Technical Note TN2265: Troubleshooting Push Notifications".
2017年7月30日上午4:29
發件人蘋果
2.效能:應用程式的完整性
4.設計:蘋果網站和服務
準則2.1 - 效能 -應用程式的完整性
我們發現您的應用程式中的一個或多個錯誤,在iPad和iP上執行iOS 10.3.3的Wi-Fi連線到IPv6網路上。
具體來說,我們注意到,當我們點選登入按鈕時,會顯示一條錯誤訊息。
詳情請參閱附錄截圖。
下一步
要解決此問題,請在裝置上執行您的應用程式以識別任何問題,然後修改並重新提交應用程式以供稽核。
如果我們誤解您的應用程式的預期行為,請在解決中心回覆此訊息,以提供有關這些功能如何工作的資訊。
對於新應用,請從裝置中解除安裝所有先前版本的應用程式,然後安裝並按照步驟重現此問題。對於更新,請將新版本作為先前版本的更新安裝,然後按照步驟重現問題。
資源
有關測試您的應用程式並準備審查的資訊,請參閱技術說明TN2431:應用程式測試指南。
有關網路概述,請檢視關於網路。有關App Review的IPv6要求的更具體的概述,請參閱Apple Developer Forum上的IPv6和App Review討論。
指南4.5.4 - 設計 - 蘋果網站和服務
我們注意到,您的應用需要推送通知才能執行。
下一步
推送通知必須是可選的,必須獲得使用者同意在應用程式中使用。
資源
有關使用推送通知的資訊,請檢視“本地和遠端通知程式設計指南”和“技術說明TN2265:推送通知疑難解答”。
截圖 - 0729-131507.png
截圖 - 0729-131800.png
截圖 - 0729-131817.png
2.專案需要修配廠根據當前地理位置註冊資訊,使用者對修配廠發起救援,蘋果稽核不知道怎麼操作,或者受國內外環境影響演示不了,需要開發者做演示視訊上傳(用優酷), 下面是被拒文件:
1.0 元資料被拒絕 2017年8月2日
Guideline 2.1 - Information Needed We have started the review of your app, but we are not able to continue because we need access to a
發件人 Apple
2. 1 Performance: App Completeness
Guideline 2.1 - Information Needed
We have started the review of your app, but we are not able to continue because we need access to a video that demonstrates your app in use on an iOS device.
Specifically, please provide us with a video demonstrating the following features while your app is in the background:
- the persistent use of real-time location updates
- play the audible content
Next Steps
To help us proceed with the review of your app, please provide us with a link to a demo video in the App Review Information section of iTunes Connect and reply to this message in Resolution Center.
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.
發件人蘋果
2.效能:應用程式的完整性
準則2.1 - 需要的資訊
我們已經開始對您的應用進行稽核,但由於我們需要訪問能夠在iOS裝置上使用該應用的視訊,因此無法繼續。
具體來說,請在我們的應用程式背景下向我們提供一個演示以下功能的視訊:
- 持續使用實時位置更新
- 播放聲音內容
下一步
為了幫助我們繼續審查您的應用程式,請在iTunes Connect的“應用程式評論資訊”部分提供一個演示視訊連結,並在解決中心回覆此訊息。
提供演示視訊的連結:
- 登入iTunes Connect
- 點選“我的應用”
- 選擇您的應用程式
- 點選螢幕左側的應用程式版本
- 向下滾動到“應用審閱資訊”
- 在“備註”部分提供演示視訊訪問詳細資訊
- 點選“儲存”
- 完成所有更改後,點選“應用程式版本資訊”頁面頂部的“提交檢視”按鈕。
一旦這些資訊可用,我們可以繼續審查您的應用程式。
3.讓應用在後臺可以執行,開啟了後臺許可權,音樂,定位,實際沒有運用到
2017年8月3日 上午7:23
發件人 Apple
2. 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 did not include features that require persistent audio.
Next Steps
The audio key is intended for use by apps that provide audible content to the user while in the background, such as music player or streaming audio apps. Please revise your app to provide audible content to the user while the app is in the background or remove
the "audio" setting from the UIBackgroundModes key.
Request a phone call from App Review
At your request, we can arrange for an Apple Representative to call you within the next three business days to discuss your App Review issue. Our representative will be able to discuss the issue in English or Chinese.
To request a call and ensure we have accurate contact information, reply directly to this message with a contact name and direct phone number to reach you.
申請應用稽核團隊致電聯絡
如果您有需要,我們將根據您的要求在三個工作日內安排一位精通中文的蘋果公司代表致電與您聯絡,討論您的應用稽核結果。
為了確保我們有正確的聯絡資料,請回復這封郵件並提供您的姓名與電話號碼。
申請應用審核團隊致電聯絡
如果您有需要,我們將根據您的要求在三個工作日內安排一位精通中文的蘋果公司代表致電與您聯絡,討論您的應用審核結果。
為了確保我們有正確的聯絡資料,請回覆這封郵件並提供您的姓名與電話號碼。
2017年8月3日上午7:23
發件人蘋果
2.效能:軟體要求
準則2.5.4 - 效能 - 軟體要求
您的應用程式宣告在Info.plist中的UIBackgroundModes鍵中支援音訊,但不包含需要持續音訊的功能。
下一步
該音訊鍵用於在背景中向用戶提供可聽內容的應用程式(如音樂播放器或流式音訊應用程式)使用。請修改您的應用程式,以便在應用程式處於後臺或從UIBackgroundModes鍵中刪除“音訊”設定時向用戶提供可聽內容。
從App Review請求電話
根據您的要求,我們可以安排Apple代表在接下來的三個工作日內與您聯絡,討論您的“應用程式審查”問題。我們的代表將能夠用中文或英文討論這個問題。
要請求電話並確保我們具有準確的聯絡資訊,請直接回復此郵件,並附上聯絡人姓名和直接電話號碼與您聯絡。
申請應用稽核團隊致電聯絡
如果您有需要,我們將根據您的要求在三個工作日內安排一位精通中文的蘋果公司代表致電與您聯絡,討論您的應用稽核結果。
為了確保我們有正確的聯絡資料,請回復這封郵件並提供您的姓名與電話號碼。
申請應用稽核團隊致電聯絡
如果您有需要,我們將根據您的要求在三個工作日內安排一位精通中文的蘋果公司代表致電與您聯絡,討論您的應用稽核結果。
為了確保我們有正確的聯絡資料,請回覆這封郵件並提供您的姓名與電話號碼。