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

Time for action – submitting an app to the Google Play Store


We'll use the Developer Console. This is where your developer profile will be created to publish to the Google Play Store.

  1. Once you're logged in to the Developer Console, click on the Android icon and select the button that says Add new application. You will be greeted with a pop-up window that will allow you to upload your build. Select your default language from the drop-down menu and enter the name of your app under Title. Click on the Upload APK button to proceed to the next page.

  2. Click on Upload your first APK to Production and then on Browse files to locate the .apk file of your application. Select the Open button to upload your file.

  3. After your .apk file is uploaded, select the Store Listing tab. Fill out the information with the details of your app, including Title, Short description, and Full description:

  4. In the Graphic Assets section, add in your app screenshots. At least two screenshots are required to submit your app. Other...