通过 PhoneGap API 关闭 IOS 中的应用程序
我有一个使用phonegap的iPhone html5应用程序。我检查互联网连接以进行必要的首次更新,如果用户没有互联网连接,如何关闭应用程序?提前致谢。正如我所说,我可以完全访问phonegap api!
I have a html5 app for iphone using phonegap. I check for internet connection for the necessary first update, how do I turn of the app if the user does not have an internet connection? Thanks in advance. As I said I have full access to phonegap api!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想将应用程序部署到应用程序商店,则无法在幕后更新应用程序。你必须向苹果提交新版本并让用户更新你的应用程序。
如果您只想知道您的设备是否在线,您可以使用 Phonegap 在线离线事件。请参阅:http://docs.phonegap.com/en/1.4 .1/phonegap_events_events.md.html#online 和 http://docs.phonegap.com/en/1.4.1/phonegap_events_events .md.html#离线
if you want to deploy your app to the app store, you can not update the app under the covers. You have to submita new version to apple and let the users update your app.
If you just want to know wether your device is online you can use the Phonegap online offline events. See: http://docs.phonegap.com/en/1.4.1/phonegap_events_events.md.html#online and http://docs.phonegap.com/en/1.4.1/phonegap_events_events.md.html#offline