Your app accesses user data from the device but does not have the required precautions in place.
Next Steps
To collect personal data with your app, you must make it clear to the user that their personal data will be uploaded to your server and you must obtain the user's consent before the data is uploaded. You must also have a Privacy Policy URL and ensure that the URL you provide directs users to your privacy policy.
Starting with iOS 6, there are keys for specifying the reason the app will access the user's protected data. When the access prompt is displayed, the purpose specified in these keys is displayed in that dialog box. If your app will be transmitting protected user data, the usage string in your access request should clearly inform the user that their data will be uploaded to your server if they consent.
Resources
For more information on these keys, please review the Information Property List Key Reference.
info.plist 里面我已经配置了隐私访问权限,以前N多个版本也是这样做的,也没什么问题
苹果审查也没有那么细致。以前能过说明没有审查到这个问题,所以当下的问题还是得解决。。哈哈,至于怎么解决的,记得分享。。