-
Notifications
You must be signed in to change notification settings - Fork 494
Adds detection for various mobile apps and improves detection for iOS #6623
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
Conversation
I think I should write a regex rule for each Microsoft Office app, since in README.md, is seen as |
@@ -185,7 +185,7 @@ | |||
- regex: 'BingWeb/([\d\.]+)?' | |||
name: 'BingWebApp' | |||
version: '$1' | |||
- regex: 'GSA/([\d\.]+)?' | |||
- regex: '(?:com.google.GoogleMobile|GSA)/([\d\.]+)?' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note:
the maximum version I could find in the logs is dated 2019.02
google.com.GoogleMobile/67.1.0 for iPhone/12.1.3 for iPhone7_2
if compare version 67 with the release date 2019.02.16 and take useragent from the log 2019.02 - then everything fits together
Website https://iphone.apkpure.com/google/com.google.googlemobile there I looked at the app versions ( appstore is limited to the list of versions)
No description provided.