是否可以有一个到 iPhone 的 GAE 通道 API?

发布于 2024-10-20 19:55:43 字数 91 浏览 3 评论 0原文

我想尝试在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

她如夕阳 2024-10-27 19:55:43

好吧,这在 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.

时光与爱终年不遇 2024-10-27 19:55:43

您是否考虑过使用推送通知来告诉应用程序获取新数据?

Have you considered using push notifications to tell the app to fetch the new data?

ヤ经典坏疍 2024-10-27 19:55:43

运行 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.

紫竹語嫣☆ 2024-10-27 19:55:43

我认为你必须有某种与频道的 javascript 进行通信的中间应用程序本机应用程序

I think you must have some kind of app-in-the-middle native app that communicate with the channel's javascript

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文