jamesmontemagno / DeviceInfoPlugin

Device Information Plugin for Xamarin and Windows
Other
145 stars 44 forks source link

Feature Request: disclosing PhoneId (aka UDID in iOS) #84

Closed adams-family closed 1 year ago

adams-family commented 3 years ago

Any plans on creating a public property disclosing the phone's unique ID (UDID in iOS)?

I noticed that the GetnerateAppId() method is capable of determining the phone ID, whoever it always appends a random GUID. I'm interested in the UDID without the extra random GUID.

Also, if it's not a good idea, I'm happy to hear why.