Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个相互发送事件的社交交互应用程序。例如,如果用户1摇晃手机,用户2会得到实时通知。你能帮我从哪里开始吗?
我正在使用 Xcode 5.0 在 iOS7 中工作
您可以使用蓝牙或 Bump 或自行实现的东西。尝试搜索 GameKit 教程(蓝牙)或访问Bump repo
我发现推送通知在这方面提供了解决方案。以下教程非常有帮助。 http://www.raywenderlich.com/32960/
我按照教程进行操作,我可以实现我的应用程序!