Implementing In-App Purchases for the first time

Hi,

I want to apply in app purchases in my app. I have set it up in xcode and on appstoreconnect, it is saying ready to submit.

I dont understand what i need to do now to connect the two. I have read i need to send my app for review for them to be reviewed, but i want to test the in app purchases first on test flight and on sandbox before i send my app for review.

Please can someone clarify for me and help me?

You can test locally with a StoreKit configuration file without submitting to the App Store. I haven't used Sandbox so can't comment on that.

You either need to sync the configuration file with appstoreconnect or add them locally to an unsynced config file.

The products won't sync unless they are all ready to submit themselves. I found that to get them to this status you had to add a screenshot (any screenshot) and some review notes for each product. Once I did that they changed to a ready to submit status.

Implementing In-App Purchases for the first time
 
 
Q