Mac Catalyst Keychain Access Fails with “MissingEntitlement” Error (Works Fine on iOS) #31906
Unanswered
ramji-uvs3
asked this question in
General
Replies: 1 comment 2 replies
-
|
Do you have certificates imported in Visual Studio Code, like the Visual Studio do? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My Mac Catalyst app fails with a "MissingEntitlement" error when accessing keychain/secure storage, while the same code works perfectly on iOS. I have tested this extensively on macOS using Visual Studio Code on a MacBook, trying both automatic and manual provisioning approaches - both result in the same MissingEntitlement error during keychain operations.
Error Message: "An error occurred during OTP verification: Error adding record: MissingEntitlement"
Environment :
What I've Tried :
Added the following to my Entitlements.plist:
Project Signing Setup (.csproj)
Has anyone encountered a similar issue when using Keychain or secure storage APIs with .NET MAUI Mac Catalyst apps?
Any insights, sample setups, or references would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions