Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Overview of this book

Table of Contents (15 chapters)
LiveCode Mobile Development Beginner's Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating an app store submission file


The biggest hurdle 'that you need to overcome in order to make a version of your app that can be submitted to app stores is acquiring a distribution certificate. The process is quicker for Android, but does involve some typing to be done in the command line, and there is a slight difference if you are on Windows rather than Mac. The iOS process has many steps to it, but at least they don't involve typing cryptic commands. We'll look at Android first.

Finding and using the Android Keytool application

One of the thing that was installed when you added the Java Development Kit is a tool to make a "keystore" file, which is a self-assigned certificate. It's this tool that is used to create the certificate you'll need in order to distribute an Android app.

On Mac, you don't need to find this application, you can simply type the command in the Terminal and you'll find the tool. On Windows, you need to navigate to the folder where Keytool is located first. Before...