Skip to content

Await Attestation.verify in the usage examples #25

Description

@tamird

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions