SafetyNet Helper is an open source library for the Google Safety Net API. It’s makes it easier for developers to integrate and use this great service provided by Google to add extra layer of validation of the device your app is running on. This is the sample app to show how it works.
If you want to jump straight to the code go here -> https://github.com/scottyab/safetynethelper/
This sample app will check if your device passes the Google SafetyNet CTS test
SafetyNet Helper library features:
* Simplified call the SafetyNet API
* Decoding of the JSON Web Token (JWT) response into simple POJO
* Integration with the Device verification API to verify the JWT message.
* SSL pinning on the Device verification API connection
SafetyNet Helper ist ein Open-Source-Bibliothek für die Google Safety Net API. Es macht es für Entwickler einfacher zu integrieren und zu nutzen diese große Dienst von Google, um Extraschicht Validierung des Gerätes Ihre Anwendung ausgeführt wird hinzufügen. Dies ist der Beispielanwendung, um zu zeigen, wie es funktioniert.
Wenn Sie direkt in den Code springen möchten gehen Sie hier -> https://github.com/scottyab/safetynethelper/
Diese Beispielanwendung wird überprüfen, ob Ihr Gerät leitet das Google SafetyNet CTS Test
SafetyNet Helper-Bibliothek verfügt über:
* Vereinfachte Anruf die SafetyNet API
* Dekodierung des JSON Web Token (JWT) Antwort in einfache POJO
* Integration mit der Geräteüberprüfung API, um die Nachricht zu überprüfen JWT.
* SSL-Pinning auf der Geräteüberprüfung API-Verbindung