2
votes
2answers
1k views

iOS In App Purchase: test a real purchase without submitting to Apple

I implemented in app purchase in my iOS app and I want to do a real test (not a sandbox) before submitting this new version to Apple Of course, the current version of the app (in the App Store) was ...
0
votes
1answer
162 views

iOS: How can I make the IAP sandbox forget the wrong login name?

In setting up the IAP sandbox for testing my app I followed the lengthy procedure for creating a new sandbox login but toward the end of the procedure I made a mistake. A screen asked my to confirm my ...
1
vote
2answers
855 views

iOS In App Purchases: only one payment added to the SKPaymentQueue but a SKPaymentTransactionObserver method is getting called multiple times

I'm testing the IAP using a test user (in the sandbox), I have a class that implements the SKPaymentTransactionObserver protocol and when the user selects a certain table view cell, I initiate the ...