-
Notifications
You must be signed in to change notification settings - Fork 976
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
Messy devicelist for Apple devices #3619
Comments
Hello |
I see. Personally when viewing the data generated from my iOS app (for this example), I don't care which version of the device the user is using. I would prefer to have all users of a device grouped. I think that would give a more accurate picture of what devices the user is using. I use Countly mainly to look at which iOS versions and devices users are using so I can make a descision on whether to drop support for old iOS versions. iPhone 8 for example I have 2 versions showing using my app. I would prefer to have only 1 iPhone 8 entry with all users using any version of iPhone 8. |
I understand that, and it would work for the community version |
The current devicelist for Apple devices is a bit messy, with different naming schemes for different devices. Some devices are separated by whether they have cellular or not and others aren't.
I think this could be cleaned up a bit by going through all devices and correcting the naming scheme. In this case, I would suggest the naming scheme that I used in the PR description. This is the naming scheme used by Apple:
Additionally, I think the cellular specification should be dropped from the devicelist and this should be its own metric that Countly keeps track of. Countly already keeps track of the carrier the user is using anyway.
I would volunteer to do this (cleaning up devicelist), but maybe renaming previously added devices is discouraged? What do you think?
The text was updated successfully, but these errors were encountered: