Mobile-Detect icon indicating copy to clipboard operation
Mobile-Detect copied to clipboard

User Agents from iOS and Android apps do not detect

Open amacrobert-meq opened this issue 1 year ago • 1 comments

Issue description

If an iOS or Android app makes a request (instead of the request going through a mobile browser), its user agent will be different.

These app user agents do not yet match any rules.

User-Agent(s)

iOS: MeqMobile/126 CFNetwork/1406.0.4 Darwin/22.4.0 (where "MeqMobile" is the app id)

Android: okhttp/4.9.2

Suggestions

Add patterns to detect these user agents.

Perhaps also add a "isApp" method to say if the request was from an app vs a browser.

amacrobert-meq avatar Apr 25 '23 16:04 amacrobert-meq