Book Image

PhoneGap Beginners Guide (third edition)

Book Image

PhoneGap Beginners Guide (third edition)

Overview of this book

Table of Contents (22 chapters)
PhoneGap Beginner's Guide Third Edition
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Related Plugin Resources
Index

Appendix B. Publishing Your App

One of the best features of PhoneGap is that it allows you to create a cross-platform app using the same code base. It means that you can reuse most of the code, but you still have to build the app for each target platform. You can do this by configuring the development environment for each platform you want to support or you can use online services such as PhoneGap Build services (http://build.phonegap.com) or Icenium (http://www.icenium.com/). Both are cloud-based services; the main difference is that the PhoneGap Build service supports all the platforms, whereas Icenium supports only the Android and iOS platforms but does come with a very nice online editor. Once the builds are ready, you have to follow a different workflow for each target platform.

Note

Also, if you are dealing with cross-platform development when using PhoneGap, it's always a good habit to use a testing device for each platform during the development phase and when preparing the build.