App Store and Google Play Submission

  • 1
  • Question
  • Updated 8 years ago
Hi Gurus,

I have completed the application and is good for deployment. Phonegap Build Version: 2.1

I would like to understand the process for submission of build to the App Store and Google Play. I have not made use of Dream weaver.

Thanks in advance.
Photo of Nikhil

Nikhil

  • 21 Posts
  • 0 Reply Likes

Posted 8 years ago

  • 1
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes
iOS / Apple App store:

I"m assuming you've built your app using a developer certificate and provisioning profile. You're going to need to create a distribution certificate and provisioning profile, upload to PhoneGap Build, and rebuild your app. Check out this page for info on setting up your distribution certificate. The rest of the process with PhoneGap Build will be the same as you used for your dev version. Build using this distribution key, and you'll have a distributable ipa.

Android / Google Play:

Again, assuming you've built your app already with a debug key, you'll now need to rebuild using a release key. Check out this article for info on generating a release key. Once you've done so, upload it to PhoneGap Build, and rebuild your app using that key. This will produce a signed distributable apk. Here's a couple og Google Developer articles on other things to ensure your app is market-ready:
http://developer.android.com/distribu...
http://developer.android.com/tools/pu...