Unable to test iap sandbox

I have been testing my flutter app using store kit. However now I want to test in sandbox.

I have deployed the app using Xcode and flutter's way.

Yet my app does not see the consumables I have created in App Store Connect. Some questions:

  1. I have not submitted my app for review, would this prevent me from testing my consumables? The status of consumable is "Ready to Submit"

  2. What precisely does "development signed app" mean?

Using https://pub.dev/packages/in_app_purchase

  • The consumable is under "Drafts"

Add a Comment

Accepted Reply

SOLVED. Needed to disable storekit testing as per: https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode

Replies

FYI I have some more agreements to handle in app-store connect, maybe it is that?

You can find info on how to test against sandbox here: https://developer.apple.com/documentation/storekit/in-app_purchase/testing_in-app_purchases_with_sandbox Primarily you need to load the app onto a device and then your development signed app will use in-app purchase against sandbox using your App Store Connect generated Sandbox tester account.

Update:

  1. I verified my account is active. All agreements are signed. Everything is green.
  2. My app tests fine with store kit, but unable to get products in sandbox mode.

As pictured, the product is under "Drafts" and "Ready to Submit" does this matter, and If it does not matter, then what could the issue be?

Thank you.

SOLVED. Needed to disable storekit testing as per: https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode