如何让默认用户代理发送到标头中的服务器端

时间:2017-02-02 07:33:34

标签: ios

我想获得默认的用户代理,就像操作系统(ios 10)和其他信息一样。 我怎样才能做到这一点?

1 个答案:

答案 0 :(得分:1)

使用UIDevice在iOS中获取系统信息。

[[UIDevice currentDevice] systemName]; // e.g. @"iOS"
[[UIDevice currentDevice] systemVersion]; // e.g. @"10.0"
[[UIDevice currentDevice] model]; // e.g. @"iPhone", @"iPod touch"
[[UIDevice currentDevice] localizedModel]; // localized version of model