使用phonegap将jqtouch应用程序转换为本机iPhone应用程序的最佳实践(在itunes商店上)
经过广泛的谷歌搜索后,我找不到任何关于使用phonegap将现有jqtouch应用程序转换为适合苹果iTunes商店接受的内容的实践/流程的好资源。任何链接或建议表示赞赏。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的问题有点浮夸,如果您想知道如何从技术上将 jqTouch 应用程序转换为 Phonegap,该问题已得到解答 这里和很多的其他 地点。
如果你想知道你需要什么才能真正被苹果接受,那么这有点像魔术,因为苹果并不总是准确地披露应用程序被接受或拒绝的原因,但是 指南 已发布。您可以查看 Phonegap google 群组的故事 接受和拒绝。基本上,Phonegap 项目的主要内容是它们做了一些在普通网页上无法完成的事情(使用 Phonegap 公开的一些功能,而 Safari 没有),或者至少看起来可以做到这一点。此外,虽然数据可以是动态的,但 JavaScript 不应该是动态的(至少大部分数据,Google 地图可能是也可能不是例外,但如果您可以在手机上托管 Google Api)。
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).