iOS
The platform tokens and UA examples of iOS
iOS is an operating system from Apple. In the User-Agent string it is identified by the platform token below. Combined with a browser token, it forms the complete UA.
| Vendor | Apple |
|---|---|
| Device Class | Mobile |
| UA Identifier Token | iPhone; CPU iPhone OS 26_0 like Mac OS X |
User-Agent Example
Mozilla/5.0 (iPhone; CPU iPhone OS 26_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1
Try assembling one yourself: User-Agent Generator