Skip to content

Is there an API to get the Device ID or MAC Address #10156

Discussion options

You must be logged in to vote

Most devices treat device identification as a privacy invading API, which means that it may be obfuscated or changed between reinstallations, depending on what the user asks. Uno does not implement GetSystemIdForPublisher, though, which could be used to implement such a feature on platforms supporting a similar feature. If you're up for it, we're looking for contributors.

Depending on platforms, you can use native APIs to get advertisement identifiers (iOS/Android), but it won't be a good way to lock down your app for licensing, in the same way using the MAC address can be changed by the user.

If you aim at mobile platforms (iOS/Android), it would be best using the platform's Store APIs f…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ahmed-abdelrazek
Comment options

Comment options

You must be logged in to vote
1 reply
@ahmed-abdelrazek
Comment options

Comment options

You must be logged in to vote
1 reply
@ahmed-abdelrazek
Comment options

Answer selected by ahmed-abdelrazek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants