Submitting to the iOS App Store: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
Line 8: Line 8:


You can use this procedure for any AppStudio project. It will also work if your project uses the [http://docs.phonegap.com/en/2.5.0/index.html PhoneGap API].  It will not work if you are using third party PhoneGap plug ins: for those, you will need to use the PhoneGap SDK method.
You can use this procedure for any AppStudio project. It will also work if your project uses the [http://docs.phonegap.com/en/2.5.0/index.html PhoneGap API].  It will not work if you are using third party PhoneGap plug ins: for those, you will need to use the PhoneGap SDK method.
Start by testing your app as much as possible while it is still a web app. It will be much easier to make changes, fixes and improvements at this stage.


= Get Signing Certificates =
= Get Signing Certificates =

Revision as of 12:33, 24 March 2013

Preparing your App

In this TechNote, we'll cover what you need to do to submit your app to Apple's iOS App Store.

Apple is concerned that apps in its store work as described and do not cause any security risk. They also care that the apps provide some unique functionality and follow their Human Interface Guidelines. The results have been good: Apps in the iOS App Store are usually pretty good, and the store is now one of the largest software resellers on the planet.

The method used will be to take an AppStudio app, use PhoneGap Build to produce a .ipa file, then submitting that to Apple.

You can use this procedure for any AppStudio project. It will also work if your project uses the PhoneGap API. It will not work if you are using third party PhoneGap plug ins: for those, you will need to use the PhoneGap SDK method.

Start by testing your app as much as possible while it is still a web app. It will be much easier to make changes, fixes and improvements at this stage.

Get Signing Certificates

PhoneGap Build

Config.xml

Doing a Test Build

Doing a Release Build

Submitting your App