在我的应用程序中使用远程通知

发布于 2024-11-16 07:08:06 字数 198 浏览 1 评论 0原文

我目前正在开始开发iPhone应用程序,最近遇到了一个问题,我找不到正确的答案。

在我的应用程序中,我希望一台 iPhone 发送请求,而另一台较远的 iPhone 使用警报视图响应该请求,这几乎就像您邀请某人与您一起玩时 Game Center 的工作方式一样。

我可以通过推送通知来做到这一点吗?一些服务器?或者什么? 提前谢谢, 新手开发人员。

I am currently starting my way on developing iPhone applications, and I have recently encountered a problem which I could not find a proper answer to.

In my application, I want one iPhone to send a request and another, far iPhone respond to that request using an Alert View, almost like the way Game Center works when you invite someone to play with you.

Do I do that with Push Notifications? Some server? Or what?
Thanks ahead,
A Newbie Developer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

偷得浮生 2024-11-23 07:08:06

当您是新手时,这并不是最简单的尝试和做法 - 但请查看GameKit

有一个名为 GKTap 展示了如何连接两部 iPhone。

不要被“游戏”这个词所迷惑。该框架可以轻松地在手机之间建立通信,甚至可以使用蓝牙。

Not the simplest things to try and do when you are new - but have a look at GameKit.

There is a sample application called GKTap which shows how to hook up two iPhones.

Don't be fooled by the word Game. This framework makes it easy to set up communication between phones, even using Bluetooth.

寒江雪… 2024-11-23 07:08:06

这取决于你所说的“远”是什么意思。如果你的意思是在另一个房间,但在蓝牙范围内或在同一个本地网络上,那么就有 GameKit。如果您的意思是在不同的网络上,或者距离很远,那么您需要有一个服务器来跟踪设备以及设备之间的连接,以便您可以使用推送通知。如果您正在考虑类似 Words With Friends 之类的东西,它会向另一个用户发送消息,告诉他们这是他们的事情,那么您将需要服务器。

It depends on what you mean by "far". If you mean in another room, but within Bluetooth range or on the same local network, then there is GameKit. If you mean on a different network, or a long distance away, then you are looking at needing to have a server that keeps track of the devices and the connections between the devices so you can use Push Notifications. If you are thinking of something like Words With Friends where it sends a message to another user to tell them it is their go, then you would need the server.

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