SPIC (Simple Play Integrity Checker) is an open-source Android application designed to showcase the functionality of the Play Integrity API alongside the now-deprecated SafetyNet Attestation API. This app provides a practical demonstration of how these APIs can be used to verify the integrity of a device.
With SPIC, users can check the integrity verdict directly on their device or opt to send the results to a remote server for validation. It's important to note that the remote server component must be self-hosted at this time.
For those interested in the technical aspects, the source code for both the Android app and the server implementation is available on GitHub. You can access the repositories at /herzhenr/SPIC-android for the app and /herzhenr/SPIC-server for the server side. These resources offer a valuable starting point for developers looking to understand and implement these APIs in their own projects.