Attestation.verify became async in the 1.0.x releases, but the Google Play Integrity, legacy Google, and Apple examples in the current README still call attestation.verify() synchronously.
Copied as written, those examples only create a coroutine and never perform certificate or attestation verification. Please update the examples to await the call and show an async context or entry point. Assertion.verify remains synchronous and does not need the same change.
Attestation.verify became async in the 1.0.x releases, but the Google Play Integrity, legacy Google, and Apple examples in the current README still call attestation.verify() synchronously.
Copied as written, those examples only create a coroutine and never perform certificate or attestation verification. Please update the examples to await the call and show an async context or entry point. Assertion.verify remains synchronous and does not need the same change.