Book Image

PhoneGap 3 Beginner's Guide

By : Giorgio Natili
Book Image

PhoneGap 3 Beginner's Guide

By: Giorgio Natili

Overview of this book

<p>You don’t have to know complex languages like Objective C to compete in the ever-growing mobile market place. The PhoneGap framework lets you use your web development skills to build HTML and JavaScript-based mobile applications with native wrappers that run on all the major mobile platforms, including Android, iOS, and Windows Phone 8.</p> <p>"PhoneGap 3 Beginner's Guide" will help you break into the world of mobile application development. You will learn how to set up and configure your mobile development environment, implement the most common features of modern mobile apps, and build rich, native-style applications. The examples in this book deal with real use case scenarios, which will help you develop your own apps, and then publish them on the most popular app stores.</p> <p>Dive deep into PhoneGap and refine your skills by learning how to build the main features of a real world app.</p> <p>"PhoneGap 3 Beginner's Guide" will guide you through the building blocks of a mobile application that lets users plan a trip and share their trip information. With the help of this app, you will learn how to work with key PhoneGap tools and APIs, extend the framework’s functionality with plug-ins, and integrate device features such as the camera, contacts, storage, and more. By the time you’re finished, you will have a solid understanding of the common challenges mobile app developers face, and you will know how to solve them.</p>
Table of Contents (22 chapters)
PhoneGap 3 Beginner's Guide
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Publishing on the Windows Phone Store


The Windows Phone Store (previously Windows Phone Marketplace) is a digital distribution platform that allows users to browse and install applications that have been developed by third parties. The UI is presented in a very "Metro UI" way using a panoramic view where the user can browse categories and titles, see featured items, and get details with ratings, reviews, screenshots, and pricing information.

To submit and manage apps on Windows Phone Dev Center, you first have to register and become a member using a Microsoft account (formerly known as Windows Live ID). When registering, you will be asked to pay an annual Developer Center subscription fee of USD 99 plus any applicable tax. In exchange, you'll get to submit unlimited paid apps to Windows Phone Store (you can also submit up to 100 free apps). The publishing process is simple and straightforward: you have to provide the app details (name, description, screenshots, and so on) and then submit the XAP file packaged with Visual Studio. You must package and prepare your app before you can upload it to the store; the packaging process starts when you create a Windows Store project or item based on a template (refer to the online documentation at http://msdn.microsoft.com/en-us/library/windows/apps/br230260.aspx for a complete overview of the packaging process).

Note

The verification process is pretty fast but you need a couple of days to complete the registration process if you are registering as a company.

In order to reduce the duration of the review, you can screen your app locally using the Windows Application Certification Kit (WACK) tool available in the Windows Phone SDK. It reduces the approval cycle by giving you a way to screen your app locally for issues before you even submit it to the Windows Store.