iPhone 应用程序使用电话号码进行通信吗?
是否可以使用接收者的电话号码发送应用程序消息?
这个想法是用户不必知道有关 ip 等的任何信息,只需知道电话号码即可。然后应用程序可以找到该用户并发送消息(应用程序协议)。
抱歉,完整的新手问题,但只是想知道是否有联系......我没有通过搜索引擎找到任何信息......
Is it somehow possible to use phone number of receiver to send app messages?
The idea is the user don't have to know anything about ips, etc. just a phone number. Then the app can find this user and send messages (app protocol).
Sorry complete newbie question, but was just wondering if there's a connection… I didn't find any information with search engine…
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以这样做,但这需要双方都安装您的应用程序,并且您可能需要创建某种基于 Web 的中间服务来存储他们的帐户信息(用户名、密码、电话号码、UDID 等)然后使用该服务将应用程序消息从发送者发送到接收者。
假设这两个用户都使用 iPhone,等到 可能会更容易iMessage 将在一两个月内随 iOS 5 一起发布,因为它的工作方式与 FaceTime 类似,您可以使用电话号码、电子邮件等,并且可以在运行 iOS 5 的所有 iOS 设备之间工作。
Yes, you could do this, but it would require both parties to have your app installed and you would likely need to create some sort of intermediate web-based service to store their account information (username, password, phone number, UDID, etc) then use that service to send the app messages from the sender to the receiver.
Assuming both of these users would be using an iPhone it will probably just be easier to wait until iMessage is released with iOS 5 in a month or two since it will work similar to FaceTime in that you can use phone numbers, emails, etc and works between all iOS devices running iOS 5.