We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is Windows 10 a supported platform by this plguin? I did a quick test and the app throw error "Missing Command Error”.
The text was updated successfully, but these errors were encountered:
Thanks for your notice, WP8 is fine, but havent tested on Win10 yet. I'll do it, and fix it soon.
Sorry, something went wrong.
You could use EasClientDeviceInformation.Id to support Windows 8.1 and 10 (not Windows Phone):
var easClientDeviceInformation = new Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation(); var deviceUUID = easClientDeviceInformation.id;
see https://docs.microsoft.com/en-us/uwp/api/Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation#Windows_Security_ExchangeActiveSyncProvisioning_EasClientDeviceInformation_Id
Would you accept a pull request from me? Or is this repo no longer maintained?
No branches or pull requests
Is Windows 10 a supported platform by this plguin? I did a quick test and the app throw error "Missing Command Error”.
The text was updated successfully, but these errors were encountered: