NSURLConnection 以及对应的设备类型

发布于 2024-09-03 19:46:28 字数 126 浏览 6 评论 0原文

对于通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一抹淡然 2024-09-10 19:46:28

服务器上的 USER_AGENT 字符串将包含设备类型。

The USER_AGENT string on the server will include the device type.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文