Unneccessary Privacy Policy For Entitlements? [clo

2019-07-20 09:48发布

问题:

I am attempting to submit my first app into the ios app store, however I am receiving this annoying error:

Apps that use the entitlements [com.apple.developer.in-app-payments]
must have a privacy policy URL for [English]. 
If your app doesn’t use these entitlements,
remove them from your app and upload a new  binary.

I am implementing in app purchases and have successfully tested them. I don't know why I am getting this error? I have added the StoreKit framework. In my Capabilities section in Xcode I have in-app purchases turned on with no warnings or errors.

Can anyone explain or help me with this?

回答1:

I also faced the same problem, which finally I resolved and uploaded. You enabled in-app purchases in your APPId, that's why you got this error. So you must enter a privacy policy URL (but it is displayed as optional) in iTunes Connect.



回答2:

Using in app purchases requires you to keep track for the devices that made those purchases so that if that information is lost, then the device can use your method of checking if that content should belong on the device or not, then place it there. Mainly to make sure that user data and device data are both safe. Refer to the reference for more info.

Reference