Replies: 2 comments
-
I would like to obtain the integrity verdict on android devices as well, is there any solution to get it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to use google play integrity to obtain the integrity verdict on android devices as mentioned here - https://developer.android.com/google/play/integrity/verdict.
For example, whether a device:
"MEETS_BASIC_INTEGRITY"
"MEETS_STRONG_INTEGRITY"
"MEETS_VIRTUAL_INTEGRITY"
I am unable to find any reliable resources suggesting how to achieve this in a flutter app. Is this possible to do using the
firebase_app_check
package?This has been mentioned here, but it is not clear if it has been implemented - #9646 (comment)
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions