ms-intune-app-sdk-ios icon indicating copy to clipboard operation
ms-intune-app-sdk-ios copied to clipboard

Version 16 Upgrade Issues

Open chasemac opened this issue 3 years ago • 1 comments

I'm having issues when I update to version 16.0.1.

One of the issues is that the IntuneMAMEnrollmentManager.Instance().enrolledAccount() returns the OID instead of the UPN. Is there a way to get the UPN with version 16? I was relying on that email address.

Thanks! -Chase

chasemac avatar Jun 11 '22 00:06 chasemac

Hi @chasemac, thanks for reaching out! The enrolledAccount method should be only returning a UPN while a new enrolledAccountId method should be returning the OID. The behavior of the original enrolledAccount method should be unchanged.

Can you confirm that enrolledAccount is the method returning an OID? If so, are you able to pull Intune logs using the IntuneMAMDiagnosticConsole and send them to me via email at [email protected]?

We should be able to use those logs to confirm that our UPN/OID mappings aren't broken.

darosal avatar Jun 13 '22 17:06 darosal