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

Windows 10 support? #20

Open
lmvco opened this issue Dec 31, 2015 · 2 comments
Open

Windows 10 support? #20

lmvco opened this issue Dec 31, 2015 · 2 comments

Comments

@lmvco
Copy link

lmvco commented Dec 31, 2015

Is Windows 10 a supported platform by this plguin? I did a quick test and the app throw error "Missing Command Error”.

@Paldom
Copy link
Owner

Paldom commented Jan 3, 2016

Thanks for your notice, WP8 is fine, but havent tested on Win10 yet. I'll do it, and fix it soon.

@regnete
Copy link

regnete commented Mar 2, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants