Help testing sandbox purchases in Xcode

I am attempting to test non-consumable sandbox purchases, however I am unable to select the "Approve Transaction" option after initiating a purchase. Leaving the transaction in a permanent pending state. I can view the transaction in the transaction manager by navigating to Debug -> Storekit -> Manage Transactions.. but the only available options to select are "Refund Transaction" or "Delete Transaction".

What am I missing about Xcode or my environment that is preventing me from testing this purchase flow?

Some more information about my set up.

  • I have a .storekit file synced to AppStore Connect with my product Id.
  • There's a StoreKitTestCertificate.cert saved in the project.
  • I've tried running the build on my phone as Debug, Release and ReleaseForRunning all with the same behavior after making a purchase.
  • My phone is logged into a sandbox test user apple account in the developer iOS settings
Help testing sandbox purchases in Xcode
 
 
Q