Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Not detecting Instagram app #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
polischouckserg opened this issue Nov 27, 2018 · 1 comment
Closed

Not detecting Instagram app #66

polischouckserg opened this issue Nov 27, 2018 · 1 comment

Comments

@polischouckserg
Copy link

Actually, this is a user agent for Instagram ios app:

Mozilla/5.0 (iPhone; CPU iPhone OS 12_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16A404 Instagram 72.0.0.20.101 (iPad6,11; iOS 12_0_1; ru_RU; ru-RU; scale=2.00; gamut=normal; 750x1334; 131642248)

It has app name, but the result of user_agent_parser.Parse(ua_string) for this:

{
   'family': 'Mobile Safari UI/WKWebView',
   'major': '12',
   'minor': '0',
   'patch': '1'
}

But 'family': 'Instagram' is expected, because uap-core has regex for Instagram UA.

It seems that uap-core submodule is outdated.

@polischouckserg
Copy link
Author

@mattrobenolt can we update uap-core submodule in this repo?

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

No branches or pull requests

2 participants