问题
This is my first time implementing In App Purchases. During development and testing of my In App Purchases, I see the following alerts during the purchase process:
My In App Purchases work perfectly and the app is close to submission.
Do I have to do something before I submit the app (to make the "Environment: Sandbox" tag go away) or is all of that handled automatically as I submit?
回答1:
You don't have to do nothing. This is just indication that you are using sandbox when your app will be submitted for production, reviewed and approved, this notification will not be shown to the users.
来源:https://stackoverflow.com/questions/8719689/storekit-in-app-purchases-does-the-environment-sandbox-tag-disappear-when