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

Add deviceName signal to device hardware info #19

Merged
merged 1 commit into from Dec 8, 2022

Conversation

mgutski
Copy link
Collaborator

@mgutski mgutski commented Dec 6, 2022

In iOS 16 and later, the public deviceName API is deprecated and
always returns na empty string. This is due to Apple restricting the use
of UIDevice.current.name with
com.apple.developer.device-information.user-assigned-device-name
entitlement, which cannot be requested if an app uses the
user-assigned device name for tracking or fingerprinting.

@mgutski mgutski added the enhancement New feature or request label Dec 6, 2022
@mgutski mgutski self-assigned this Dec 6, 2022
@mgutski mgutski merged commit b6dffa2 into main Dec 8, 2022
@mgutski mgutski deleted the feature/device-name-signal branch December 8, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants