蘋果提交審核被打回來 附加的說明如下:
We noticed that your app requests the user’s consent to access their camera 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.
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.
我們注意到,您的應用程序請求用戶同意訪問他們的相機,但是沒有在許可模式警報中澄清此功能的使用。
下一步
為了解決這個問題,請修改許可模式警報以指定應用程序為什么請求訪問用戶的相機。
權限請求警報應該指定應用程序如何使用這個特性來幫助用戶理解應用程序為什么請求訪問他們的個人數據。
解決方法如下:
//相冊
Privacy - Photo Library Usage Description
//相機
Privacy - Camera Library Usage Description
這兩個后面的string 描述信息 就是提示用戶的內容應該寫清楚具體用途
如:是否允許用戶上傳頭像時訪問你的相機?

其他權限的詢問信息也應該表明用途,這樣就可以了
