If I build a Phonegap Android app, how do I deploy it to an iPhone and Blackberry? Is it as simple as clicking a button or do I need the Phone and Blackberry SDKs and have to move the webview files manually?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t need to rewrite the app another time, you just install the iOS SDK and create a new project then add the .jar files of Phonegap. Then you copy and paste your app files (the HTML, Javascript and CSS files to the new project which you built).