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

Amplitude dashboard with macOS filter return iPadOS statistics #132

Open
aureliendelrue opened this issue Mar 8, 2024 · 4 comments
Open
Labels
bug Something isn't working

Comments

@aureliendelrue
Copy link

On the Amplitude dashboard, if I want statistics about macOS version, the dashboard retrieve iPadOS data.
Capture d’écran 2024-03-08 à 08 46 13

@aureliendelrue aureliendelrue added the bug Something isn't working label Mar 8, 2024
@izaaz
Copy link
Collaborator

izaaz commented Mar 8, 2024

@aureliendelrue - We fetch the OS information from UIDevice.current.systemName. This is most likely because you've published an iOS/iPad app with macos support. On M1s, Apple lets users download the ipad version of the apps as a desktop app.

@aureliendelrue
Copy link
Author

aureliendelrue commented Mar 10, 2024

@izaaz You're right if you have the OS information from UIDevice.current.systemName but maybe you could use this

For example I have : Mac14,9 macOS Version 14.3.1 (Build 23D60)

@izaaz
Copy link
Collaborator

izaaz commented Mar 12, 2024

Thank you for the suggestion @aureliendelrue. I'll keep this issue open so we can get more feedback from others who run into this issue and decide what can be done next.

@aureliendelrue
Copy link
Author

Hi ! Any news for the bug ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants