審覈被拒(後臺定位,autio,voip,發表朋友圈)

APP上線審覈被拒那些事(一)
 
複製代碼
2.3 - Apps that do not perform as advertised by the developer will be rejected
2.3 Details
Your app has the UIFileSharingEnabled key set to true in the info.plist, but we were not able to share files from your app.
Next Steps
If your app does not require the file sharing feature, please set the UIFileSharingEnabled key in the Info.plist to false.
你的應用程序已設定在Info.plist中的uifilesharingenabled key爲YES,但是我們不能夠分享你的應用程序文件。
下一步
如果你的應用程序不需要的文件共享功能,請在Info.plist設定uifilesharingenabled關鍵Flase。
複製代碼

 

1.解決方法及解釋: 你的app中沒有分享功能,但是UIFileSharingEnabled key 是YES,如果你的app確實沒用到分享功能必須設置成NO.

複製代碼
2.16 - Multitasking Apps may only use background services for their intended purposes: VoIP, audio playback, location, task completion, local notifications, etc.  
2.16 Details
Your app declares support for VoIP in the UIBackgroundModes key in your Info.plist, but does not include any Voice over IP services.
Next Steps
Please revise your app to either add VoIP features or remove the "voip" setting from the UIBackgroundModes key.

We recognize that VoIP can provide "keep alive" functionality that is useful for many app features. However, using VoIP in this manner is not the intended purpose of VoIP.
2.16 Details
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 applications that provide audible content to the user while in the background, such as music player or streaming audio applications. 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.
2.16 Details
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.

Next Steps

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.
Resources
For more information, please review the Starting the Significant-Change Location Service and Monitoring Shape-Based Regions. 
2.16多任務應用程序纔可以使用後臺服務爲他們的目的:VoIP、音頻播放、地點、任務完成、本地通知,等。
2.16細節
你的應用程序是在uibackgroundmodes關鍵在Info.plist VoIP支持,但不包括任何IP語音業務。
下一步
請修改你的應用程序中添加VoIP功能或刪除“VoIP”從uibackgroundmodes鍵設置。
我們認識到,網絡可以提供“活下去”的功能,對於許多應用程序的功能是有用的。然而,這種方式是不使用VoIP VoIP的目的。
2.16細節
你的應用程序聲明支持音頻的uibackgroundmodes關鍵在你並沒有包括需要持續的音頻功能。
下一步
音頻鍵的目的是爲用戶提供聲音內容的應用程序,如音樂播放器或音頻流媒體應用程序。請修改您的應用程序提供可聽的內容給用戶,應用程序是在背景或刪除“音頻”從uibackgroundmodes鍵設置。
2.16細節
你的應用程序聲明支持位置在uibackgroundmodes關鍵在Info.plist文件但不宣佈任何功能,需要持久的位置。應用程序聲明支持位置在uibackgroundmodes關鍵在Info.plist文件必須需要持久的位置特徵。
下一步
請修改您的應用程序,以包括功能,需要持續使用的實時位置更新,而應用程序的背景。請在應用程序描述中添加以下電池使用免責聲明:
“繼續使用在後臺運行的全球定位系統,可以大大降低電池壽命。”
如果你的應用程序不需要持續的實時位置更新,請清除“位置”從uibackgroundmodes鍵設置。如果你的應用程序功能不需要持久的實時位置更新,您可能希望使用顯着的更改位置服務或區域監測位置服務。
資源
複製代碼
2.解決方法及解釋:
  2.1.你的app後臺運行了Voip(網絡電話),但你的app中沒有應用網絡電話的地方,所以就在後臺運行(info.plist中UIBackgroundModes key 
 )移除Voip.
  2.2你的app後臺運行了audio(音樂服務),但你的app中沒有應用audio(音樂服務)的地方,所以就在後臺運行(info.plist)UIBackgroundModes key )移除audio.
      2.3你的app後臺運行了 location (後臺定位), 如果要使用的話,需要在免責聲明: "Continued use of GPS running in the background can dramatically decrease battery life.”,並上傳視頻告訴蘋果,可以通過開關關閉後臺定位.
3.解決方法及解釋:
意思是你的app中有朋友圈功能,爲了屏蔽用戶發表不良信息,得做出相應措施,添加舉報功能或禁言功能.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<br>14.3 - Apps that display user generated content must include a method for filtering objectionable material, a mechanism for users to flag offensive content, and the ability to block abusive users from the service
14.3 Details
Your app enables the display of user-generated content but does not have the required precautions in place.
Next Steps
It is necessary that you put all of the following precautions in place:
 
- Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content
- Use moderators to flag and remove inappropriate content and offensive users
- Users need a mechanism to flag objectionable content and report users generating this content
- Users need a mechanism to block abusive users
- Developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content
- Developer needs a method for ejecting users who violate the terms of the EULA
If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.
If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
- complete details of your rejection issue(s)
- screenshots
- steps to reproduce the issue(s)
- symbolicated crash logs - if your issue results in a crash log
14.3應用程序顯示用戶產生的內容必須包括一個過濾有害物質的方法,爲用戶的旗幟進攻內容的機制,並且能夠阻止濫用用戶服務
14.3細節
您的應用程序允許用戶生成內容的顯示,但沒有所需的預防措施。
下一步
你必須把所有的下列預防措施都到位:
-要求用戶同意條款(EULA),這些條款必須清楚,沒有容忍令人反感的內容
使用版主的旗幟和消除不適當的內容和攻擊用戶
用戶需要一種機制來標誌內容和報告用戶生成內容
用戶需要一種機制來阻止濫用用戶
開發者必須在內容的報道在24小時內刪除內容和噴射誰提供違規內容的用戶
開發者需要一個彈出用戶違反本EULA條款的方法
如果你有困難,再現一個報告的問題,請嘗試測試工作流技術問答qa1764描述:如何重現在App Store提交錯誤報告。
如果您有使用上述資源的代碼級別的問題,您可能希望與蘋果的開發者諮詢的技術支持。當DTS工程師跟蹤你,請準備提供:
•完整的細節,你的拒絕問題
•屏幕截圖
•複製該問題的步驟
- symbolicated崩潰記錄-如果你的問題導致崩潰的日誌
 
將來的自己,會感謝現在不放棄的自己!
發佈了40 篇原創文章 · 獲贊 11 · 訪問量 11萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章