基于iPhone Phonegap的应用程序加载由Componentone组成的外部网站
我的客户想要一个本机 iPhone 应用程序,显示使用 asp.net 和 ComponentOnes Studio 开发的针对 iPhone 优化的移动网站对于 iPhone。我打算使用 PhoneGap 应用程序,它使用 JavaScript 调用外部 URL,并在显示启动屏幕后执行此操作。但根据phoneGap常见问题解答,苹果最有可能拒绝加载外部URL的应用程序?只是需要有人让我了解整个过程。难道不能创建一个这样的应用程序吗?我见过各种 iPhone 应用程序可以执行此操作(例如:cydia)。
否则,如果我要开发这样的应用程序,我应该注意什么。
My Client wants a native iPhone App that displays their mobile site optimized for iPhone developed using asp.net and ComponentOnes Studio for iPhone. i was planning to use a PhoneGap app which calls an external URL using JavaScript and do it after showing the splash screen. but according to phoneGap FAQ its most likely to apple to reject an app that loads external URL ? just need somebody to clear me on the whole process. isnt it possible to create an app like that ? i've seen various iPhone apps that do this (eg: cydia).
else what care should i take if i'm to develop such an application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你已经回答了你自己的问题,虽然完全有可能使用 Phonegap 创建这样的应用程序,但 Apple 不会批准在未连接的情况下运行时没有功能的应用程序(尽管 Apple 的功能有多少还不清楚) )。事实上,至少有一份关于 Phonegap 谷歌群组应用程序列表被拒绝的报告,因为它只是一个“web Clip",这意味着该应用程序可以作为一个网站完成,显然你必须添加一些功能,我猜是 Phonegap 公开的服务,你不会无法仅在网站上执行此操作。
更重要的是,您选择用作“网络应用程序”示例的应用程序只能在越狱手机上使用。
I think you have answered your own question, while it is completly possible to create such an app with Phonegap, Apple isn't going to approve an app that doesn't have functionality when running unconnected (though how much functionality with Apple is never clear). In fact, there have been at least one report on the Phonegap google groups list of app's being rejected because it was just a "web clip", meaning that the app could have just been done as a website, apparently you have to add some functionality, my guess being services exposed by Phonegap, that you wouldn't be able to do on just a website..
And it is more to the point that the app that you chose to use as an example of a "web app", is only available on jailbroken phones.