Simple Play Integrity Checker
demonstrates the usage of the Play Integrity and SafetyNet Attestation API
com.henrikherzig.playintegritychecker
About Simple Play Integrity Checker
<p><i>SPIC</i> (short for Simple Play Integrity Checker) is a simple Android App that demonstrates the usage of the PlayIntegrity API as well as the deprecated SafetyNet Attestation API.</p><p>The received integrity verdict from the APIs can be check locally on the device or send to a remote server so they can be validated there. The remote server implementation has to be self hosted for now.</p><p>The app is OpenSource and the source code of the android app as well as the server implementation can be found on Github (see <code>/herzhenr/SPIC-android</code> and <code>/herzhenr/SPIC-server</code>).</p>