Skip to content
This repository was archived by the owner on Jul 19, 2018. It is now read-only.

iOS 8 is not recognized #450

Closed
mgol opened this issue Oct 4, 2014 · 3 comments
Closed

iOS 8 is not recognized #450

mgol opened this issue Oct 4, 2014 · 3 comments
Labels

Comments

@mgol
Copy link

mgol commented Oct 4, 2014

iOS 8 is not properly recognized by ua-parser. The user agent format changed; compare the iOS7 one:

Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.5 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53

to the iOS8 one:

Mozilla/5.0 (iPhone; CPU iPhone OS 10_10 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B401 Safari/600.1.4

Note the OS 10_10 instead of 7_1. You need to look at the number after Version/.

@mgol
Copy link
Author

mgol commented Oct 11, 2014

Actually, my iOS 8.0.2 User Agent is:

Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A405 Safari/600.1.4

so maybe only the emulator is broken.

@Leikam
Copy link

Leikam commented Nov 22, 2014

Same problem, device send a proper UA, but 8.1 emulator ".. 10_10 like Mac OS".

@mgol
Copy link
Author

mgol commented Apr 10, 2015

This is fixed in the iOS 8.3 simulator.
screen shot 2015-04-10 at 11 50 30

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants