active-directory-xamarin-native-v2 icon indicating copy to clipboard operation
active-directory-xamarin-native-v2 copied to clipboard

Acquiring token on iOS throws exception with error code "cannot_access_publisher_keychain"

Open stmoor opened this issue 3 years ago • 0 comments

I have followed the MAUI sample and it works fine on Android, however, on iOS, I get the following exception: Screen Shot 2022-09-21 at 5 21 37 PM

I have added the Entitlements.plist file to the Platforms/iOS folder, and copied exactly as the one int he sample. I even added the following to the .csproj file <CodesignEntitlement>Entitlements.plist</CodesignEntitlement>, but I still get the error.

Is there some configuration I am missing for iOS?

stmoor avatar Sep 22 '22 00:09 stmoor