'Android Play integrity api samples possibly xamarin
I am looking for way to secure my apps in both Android and iOS.
Android Noticed that there is this new api Play Integrity Api
I am looking for any example on usage Ideally in c# Xamarin , but I guess any example might be a starting point and see if can be ported to xamarin.
Any suggestions
Solution 1:[1]
I couldn't find Play Integrity Api sample for Xamarin, it seems that it is available only for Java, Kotlin, and Unity. I suggest that for now, you protect your app with Dotfuscator.
For android, you can also Protect against security threats with SafetyNet here is the Xamarin version Xamarin.GooglePlayServices.SafetyNet
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Almis |