Posts

Post not yet marked as solved
16 Replies
2.6k Views
On pressing "Agree", it fails with the error "We are currently unable to process your request. Please try again later." I've tried on different browsers and machines but get the same issue. Is it something specific to my Apple account or a general bug affecting others?
Posted
by davealden.
Last updated
.
Post not yet marked as solved
0 Replies
551 Views
Since it's now compulsary to explain the data handling practices of your app on the App Store, I'm wondering how the data collected by an external website which is wrapped by an iOS app in an in-app browser affects this. Our iOS app contains a purchase flow which hands off to a 3rd party webapp within an in-app browser, where users enter personal data such as name/address/email/payment details. This data is not available/not collected by our app itself, but is gathered by that 3rd party webapp just as if the user had visited it directly in their web browser. For clarity, the 3rd party website is presented chromeless in order to appear to the user as though it is a part of our iOS app. So my question is, do I need to declare what/how the user data collected by that 3rd party website is used when filling out the app privacy questions for our app in App Store Connect? References: https://developer.apple.com/app-store/app-privacy-details/ https://help.apple.com/app-store-connect/#/dev1b4647c5b
Posted
by davealden.
Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
I'm trying to investigate an inapp purchase issue which has recently started occurring within one of my apps which is affecting around 2% of users.It seems that a payment cancelled state is being immediately followed by a payment successful state.This means the customer is being charged for the inapp purchase but the non-consumable IAP is not returned in the list of owned IAPs returned by the StoreKit framework.I'm trying to recreate this scenario and I thought I could do so my registering a test card in the sandbox environment with an expiry date in the past. However the list of test cards for use with Apple Pay does not include an expired card and attempting to change the expiry date of one of those listed cards results in an "Invalid card" response when trying to add it.Has anyone any ideas how to test this scenario?
Posted
by davealden.
Last updated
.