diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 192153316b0..76b6a58bfb9 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -89,6 +89,9 @@ const config: ExpoConfig = { `applinks:${variant.relyingParty}`, `webcredentials:${variant.relyingParty}`, ], + entitlements: { + "keychain-access-groups": [`$(AppIdentifierPrefix)${variant.iosBundleIdentifier}`], + }, infoPlist: { NSAppTransportSecurity: { NSAllowsArbitraryLoads: true,