Search code examples
iphoneiosapp-store-connectsandbox

iOS first inapp-purchase must submit binary for sandbox testing


i am working inapp-purchase project and first time for creating inapp-purchase in new app iTunes shows the message in inapp-purchase manage link to shows the message is below

The first In-App Purchase for an app must be submitted for review at the same time that you submit an app version. You must do this on the Version Details page. Once your binary has been uploaded and your first In-App Purchase has been submitted for review, additional In-App Purchases can be submitted using the table below.

like below screen shot:

enter image description here

i want to test sandbox environment with test user on device, store kit returns no products available!

click to view inapp details shows the warning message below screen shot :

enter image description here

i want to test sandbox (inapppurchase) to device how to do it?

my app not upload binary details and i want to test it!

please......., help with me important...!

Thanks...!


Solution

  • You need to simply upload a binary and then just reject it yourself, that should be enough.

    update 2017 I just saw a downvote on this 5 year old answer. Things have changed a lot since then, especially in the area of (testing) IAP and beta versions. I have not recently been able to verify if this upload&reject step still makes sense.