NSURLConnection 以及对应的设备类型
对于通过 NSURLConnection 调用与远程 Web 服务通信的 iPad、iPhone、iTouch 应用程序,远程服务是否有办法知道调用是从哪种设备发出的?
基本上,我如何知道运行我的应用程序的设备的设备类型?
For the iPad, iPhone, iTouch app that talk to remote web service by making NSURLConnection calls, is there a way for the remote service to tell what kind of device that the call is made from?
Basically, how I can know the device type of the device on which my app is running?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
服务器上的 USER_AGENT 字符串将包含设备类型。
The USER_AGENT string on the server will include the device type.