Skip to content

Commit 5f42bdd

Browse files
committed
feat(mobile): app check config for android
1 parent 3b3158e commit 5f42bdd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/mobile/src/initialize/app-check.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export async function initializeAppCheck() {
1414
provider: __DEV__ ? "debug" : "appAttest",
1515
debugToken: env.APP_CHECK_DEBUG_TOKEN,
1616
},
17+
android: {
18+
provider: __DEV__ ? "debug" : "playIntegrity",
19+
debugToken: env.APP_CHECK_DEBUG_TOKEN,
20+
},
1721
isTokenAutoRefreshEnabled: true,
1822
})
1923

0 commit comments

Comments
 (0)