We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3158e commit 5f42bddCopy full SHA for 5f42bdd
1 file changed
apps/mobile/src/initialize/app-check.ts
@@ -14,6 +14,10 @@ export async function initializeAppCheck() {
14
provider: __DEV__ ? "debug" : "appAttest",
15
debugToken: env.APP_CHECK_DEBUG_TOKEN,
16
},
17
+ android: {
18
+ provider: __DEV__ ? "debug" : "playIntegrity",
19
+ debugToken: env.APP_CHECK_DEBUG_TOKEN,
20
+ },
21
isTokenAutoRefreshEnabled: true,
22
})
23
0 commit comments