Search code examples
objective-cin-app-purchasesandboxproduction-environment

In-App purchase testing on production environment without spending money


I have an iOS app which I am about to release on the App store. I want to test In-App purchases in production environment. How I can test In-App purchases for production app which has not been released yet?


Solution

  • Go to itunesConnect , Users and Roles, Create a sandbox user . I am thinking you have already made the in app purchase items in your app in itunes connect. Now in your device log out the Appstore ID from settings. Do the in app purchase using the Test user credentials you created, and it will make the in app using a sandbox environment.

    For more info about In App follow this link

    Cheers