让 iPhone 应用程序与 Adobe Air 桌面应用程序进行通信
我正在创建 iPhone 应用程序的桌面版本,并且希望有某种同步选项。该应用程序的桌面版本是 Air 应用程序。
我知道我可以通过以下方式让它们进行通信:
- 在桌面或电话上启动服务器
- 要求用户将设备的 IP 输入到另一个服务器中
- 通过 http 服务器发出 GET 和 POST 请求
但是,这对我来说似乎非常笨重,我希望他们在按下同步按钮时能够自动识别彼此的存在。如何在 iPhone 和 Air 应用程序之间完成此操作?
I am creating a desktop version of an iPhone app and would like to have some sort of sync option. The desktop version of the app is an Air app.
I know that I can have them communicate by:
- Starting a server on the desktop or the phone
- Ask the user to enter the IP of the device into the other one
- Make GET and POST requests over the http server
This seems very clunky to me, however, and I would like for them to automatically recognize each others presence when the sync button is pressed. How can this be done between an iPhone and an Air app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己想出了一种方法:Bonjour
可以在 空气侧< br>
可以在 iPhone 端实现:
Figured out a way myself: Bonjour
It is possible to implement on the Air side
It is possible to implement on the iPhone side: