Migrating to Play Integrity from SafetyNet (Error getting app check token code:403 on Android) #7007
-
Our app is on react native
Our backend is not communicating with the AppCheck API. It's just getting a JWT in the header, then the back-end is making sure the JWT is valid. We have not made any changes in our backend. We currently get the appCheck token:
Any ideas what could be causing this error? Do we need to make any changes to our backend/native code or some other part of our code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It turns out that the app needs to be distributed from Google Play Store for the Play Integrity to work. So, it is all working well. |
Beta Was this translation helpful? Give feedback.
It turns out that the app needs to be distributed from Google Play Store for the Play Integrity to work. So, it is all working well.