简体   繁体   中英

Best practices on using phonegap to convert jqtouch application to native iphone app (on itunes store)

After googling extensively I cannot find any good resources on the practices / process used in converting, using phonegap, an existing jqtouch app to something suitable to be accepted by apple for the itunes store. Any links or advice are appreciated.

Your question is kind of vauge, if you are wondering how to technically convert jqTouch application to Phonegap that question has been answered here and a lot of other places .

If you are wondering what you need to actually get it accepted by Apple, well that is sort of a black art since Apple doesn't always disclose exactly why an App gets accepted or rejected, however the guidlines have been posted. You can look at the Phonegap google group for stories acceptance and rejection . Basically the main thing for Phonegap projects is that they do something that can't be done on a plain web page (use some feature that Phonegap exposes that Safari does not), or at least appear to do this. Also though the data can be dynamic, the javascript should not be (at least a majority of it, Google maps may or may not be an exception to this but if you can host the Google Api's on the phone).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM