iOS上架被拒Guideline 5.1.1條款問題解決步驟!html
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storagejson
We noticed that your app requests the user’s consent to access their camera/microphone but does not clarify the use of this feature in the permission modal alert.
Next Steps
To resolve this issue, please revise the permission modal alert to specify why the app is requesting access to the user's camera/microphone.
The permission request alert should specify how your app will use this feature to help users understand why your app is requesting access to their personal data.api
意思就是沒有對請求的相關權限進行描述,或者描述的不夠準確,好比使用到了定位,相冊相機,通信錄等權限,要把爲何使用這些權限作下詳細描述!app
權限描述舉例說明ide
好比一個外賣應用,獲取定位後須要展現附近的美食信息。那麼,相應的定位權限描述,應當是相似「獲取定位信息用於爲用戶提供附近的美食信息」這樣的描述。工具
而不該當是,「獲取用戶當前位置信息」這種沒有明確描述定位用處的信息。開發工具
下面介紹兩個經常使用Windows開發iOS工具的修改權限說明入口及例子!修改後從新打包上傳審覈!ui
HBuilderX開發工具修改入口!this
打開manifest.json文件.net
apicloud平臺修改入口