In this walkthrough I will show you the way to build your application in PhoneGap build. Very first create your application using any of the technology choices like jQuery mobile or KendoUI Mobile. PhoneGap allows you to create hybrid application.
Navigate to Phonegap Build and register yourself by clicking on the Register button
You can either login using Adobe account or Github account.
I am login using Github. You will be prompted to authorize the Application. Click on the Allow button to authorize the application
Check both the check box and click on Complete My Registration.
After completing registeration you need to upload the application to complie. There are three option you can submit your application
- Create new Repisotry in GIT for your application
- Pull application from GIT. In this case you are already having your application in GIT repository.
- Uplaod the application as zip file
I am pulling application from GIT repository here. After that you need to click on the Create button to create the build for the application. On next screen you can see that build for the entire platform is available for download.
Point worth saying here is that for build for ios you need to register your application and need a signing key for the same. In this way you can build your application for different platform. I hope you find this post useful. Thanks for reading
Follow @debug_mode