是否可以有一个到 iPhone 的 GAE 通道 API?
我想尝试在我的 GAE 应用程序和 iphone 之间使用通道 API。 我不知道从哪里开始...我应该尝试使用运行 javascript 的 UIWebView 吗?
I want to try using channel-API between my GAE app and the iphone.
I'm not sure where to start... should I try it with UIWebView that runs a javascript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
好吧,这在 iPhone 上是可能的。
当然,它应该在不同的 NSThread 上......
由于 iPhone 无法访问 JS,调试起来简直就是一场噩梦。
Well, it's possible on the iPhone.
Of course, it should be on a different NSThread...
and it's a nightmare to debug because of the bad access to JS from the iphone.
您是否考虑过使用推送通知来告诉应用程序获取新数据?
Have you considered using push notifications to tell the app to fetch the new data?
运行 Channel API JS 的 Web 视图可能可以工作,但您可能想要使用 XMPP。请参阅这篇文章并尝试此项目。
A web view running the Channel API JS may work, but you probably want to use XMPP. See this article and try this project.
我认为你必须有某种与频道的 javascript 进行通信的中间应用程序本机应用程序
I think you must have some kind of app-in-the-middle native app that communicate with the channel's javascript