点对点(使用 iPhone)?
是否可以让您的应用程序接受“所有”点对点连接(例如通过设置)?
我更喜欢允许用户“始终自动接受 myApp 的 bonjour 连接”或“每次接受 bonjour 连接”的选项。我不想让我的应用程序在用户每次使用我的应用程序时询问“您想接受连接吗”。
或者有没有办法解决这个问题给我的场景(例如XMPP)?我需要我的应用程序传递少量数据,只是一个字符串或带有图像的字符串,然后永远断开连接。我认为执行此操作需要两个应用程序都在同一网络上运行,对吗?
我试图避免的是丑陋的蓝色号召性用语弹出窗口、“加入网络”、“接受连接”等......
TIA
Is it possible to have your app accept "ALL" Peer-to-Peer connections, say via settings?
I prefer the option of allowing users to "always accept bonjour connections for myApp, automatically" or "accept bonjour connections each time". I prefer not to have my app ask "Do you want to accept a connection" each time the user is using my app.
Or is there a way around this given my scenario (e.g. XMPP)? I need my app to pass over a small amount of data, just a string or string with an image and then disconnect forever. I assume to do this requires both apps to be running and on the same network, correct?
What I am trying to avoid is the ugly blue call to action pop-ups, "Join network", "Accept connection", etc...
TIA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 GameKit,它为通过 wifi 和蓝牙的 p2p 提供了简单的 api。甚至还有 示例代码< /a> 在 iOS 开发中心。
Check out GameKit, it provides simple api for p2p over wifi and bluetooth. There's even sample code in the iOS Dev Center.