Fix #206 Detect OS for iOS app

This commit is contained in:
Faisal Salman
2017-06-28 16:12:43 +07:00
parent f9f9fa79e1
commit 297c6538bc
2 changed files with 12 additions and 2 deletions

View File

@@ -485,6 +485,15 @@
"version" : ""
}
},
{
"desc" : "iOS in App",
"ua" : "AppName/version CFNetwork/version Darwin/version",
"expect" :
{
"name" : "iOS",
"version" : "undefined"
}
},
{
"desc" : "iOS with Chrome",
"ua" : "Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3",