Skip to content

Commit

Permalink
[google-play-integrity] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwidmer committed Apr 28, 2023
1 parent 76424a7 commit 7c2c772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ implementation("ch.dreipol.dreiattest.multiplatform:multiplatform-android:<versi
The library uses the `AttestationProvider` - interface to wrap the actual google or apple device attestation services.

#### Android
For android dreiattest is using SafetyNet for your device attestation. To use this service you need to create an api key, which is described [here](https://developer.android.com/training/safetynet/attestation#obtain-api-key).
For android dreiattest is using Play Integrity API for your device attestation.
To use this service you need to activate Integrity API as described [here](https://developer.android.com/google/play/integrity/setup).

### `DreiAttestService`
To use the `DreiAttestService` create a new instance and call the `initWith` - function, as follows:
Expand Down

0 comments on commit 7c2c772

Please sign in to comment.