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?