A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Hello @Jai Holloway ,
Thank you for the update. I’m glad you were able to get the IPA installed and the app running.
I already found the Stack Overflow thread that suggested moving the keychain-access-groups entry to Info.plist and saw your comment on that thread. However, I just want to clarify for future readers that I don’t think Info.plist is what actually grants the keychain entitlement.
Based on the MAUI and Apple documentation, keychain-access-groups is an entitlement and is normally applied through Entitlements.plist during code signing. So my suspicion is that the previous keychain-access-groups entry in Entitlements.plist may have been unnecessary or mismatched for the provisioning profile/device deployment. After it was removed from Entitlements.plist, it was no longer embedded as a signing entitlement.
That said, since your app is now running, it sounds like the entitlement/signing issue is resolved for your current deployment path.
Thank you for your time in troubleshooting this issue.