Book Image

Corona SDK Mobile Game Development: Beginner's Guide

By : Michelle M Fernandez
Book Image

Corona SDK Mobile Game Development: Beginner's Guide

By: Michelle M Fernandez

Overview of this book

Table of Contents (19 chapters)
Corona SDK Mobile Game Development Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Testing In-App Purchases


You would want to ensure that the purchases work correctly. Apple provides a sandbox environment that allows you to test your app In-App Purchases. The sandbox environment uses the same model as the App Store, but does not process actual payments. Transactions return as if payments were processed successfully. It is a requirement to test In-App Purchases in a sandbox environment before submitting them for a review by Apple.

When testing in the sandbox environment, you'll need to create a separate user test account that is different from your current iTunes Connect account. Using your current account is not allowed for testing your store in the sandbox.

User test accounts

While you're logged in to your iTunes Connect account, you'll have to select the Manage Users link from the Home page. Select Test User on the Select User Type page. Add a new user and ensure that the test account uses an e-mail address that is not associated with any other Apple account. All test accounts...