Home > Apps > Libraries & Demo > SPIC - Play Integrity Checker

App Name | SPIC - Play Integrity Checker |
Developer | Henrik Herzig |
Category | Libraries & Demo |
Size | 10.7 MB |
Latest Version | 1.4.0 |
Available on |


This Android application, SPIC (Simple Play Integrity Checker), showcases the functionality of the Play Integrity API and the now-deprecated SafetyNet Attestation API. It provides a practical example of how to integrate these APIs into an Android app.
The app retrieves the integrity verdict from both APIs. This verdict can then be checked locally on the device or sent to a remote server for validation. Note that the provided server-side implementation requires self-hosting.
The complete source code for both the Android app and the server component is publicly available on GitHub: /herzhenr/SPIC-android and /herzhenr/SPIC-server. This open-source nature allows for community contributions and further development.