active-directory-xamarin-native-v2
active-directory-xamarin-native-v2 copied to clipboard
Acquiring token on iOS throws exception with error code "cannot_access_publisher_keychain"
I have followed the MAUI sample and it works fine on Android, however, on iOS, I get the following exception:

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?