简体   繁体   English

使用phonegap将jqtouch应用程序转换为本地iphone应用程序的最佳实践(在iTunes商店上)

[英]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. 广泛搜索之后,我找不到有关使用phonegap将现有jqtouch应用程序转换为适合Apple接受iTunes用于iTunes商店的做法/过程的任何好的资源。 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 . 如果您想知道如何从技术上将jqTouch应用程序转换为Phonegap,那么您的问题有点悬而未决, 这里其他 很多 地方都回答该问题。

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. 如果你想知道你需要什么真正得到它由苹果公司所接受,也就是那种因为苹果是黑色艺术并不总是透露到底为什么一个应用程序被接受或拒绝,但是guidlines已张贴。 You can look at the Phonegap google group for stories acceptance and rejection . 您可以查看Phonegap谷歌小组的故事接受和拒绝 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. 基本上,Phonegap项目的主要目的是,它们完成了普通网页上无法完成的操作(使用Phonegap所提供的某些功能,而Safari无法实现),或者至少看起来做到了。 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). 同样,尽管数据可以是动态的,但javascript不应是JavaScript(至少是大多数),但如果您可以在电话上托管Google Api,则Google地图可能是(也可能不是)例外。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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