Skip to content
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

Support for Flutter IOS User Agents #32

Open
AbhisekhNag opened this issue Nov 10, 2023 · 0 comments
Open

Support for Flutter IOS User Agents #32

AbhisekhNag opened this issue Nov 10, 2023 · 0 comments
Assignees

Comments

@AbhisekhNag
Copy link

Hi,
When flutter is used as the frontend for mobile apps, the User agent patterns in IOS sometimes come in this pattern:
CFNetwork/1404.0.5 Darwin/22.3.0 (iPhone iOS/16.3.1)
This is not being supported properly, the response is:

{
        "VersionNo": {
                "Major": 1404,
                "Minor": 0,
                "Patch": 5
        },
        "OSVersionNo": {
                "Major": 0,
                "Minor": 0,
                "Patch": 0
        },
        "URL": "",
        "String": "CFNetwork/1404.0.5 Darwin/22.3.0 (iPhone iOS/16.3.1)",
        "Name": "CFNetwork",
        "Version": "1404.0.5",
        "OS": "",
        "OSVersion": "",
        "Device": "",
        "Mobile": false,
        "Tablet": false,
        "Desktop": false,
        "Bot": false
}
@mileusna mileusna self-assigned this Feb 26, 2024
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

3 participants
@mileusna @AbhisekhNag and others