Skip to content

Pass appAttestation bool directly to native SDKs#85

Merged
stevenclouston merged 7 commits intomainfrom
stevenclouston/pass-bool-to-native-sdks
Mar 22, 2026
Merged

Pass appAttestation bool directly to native SDKs#85
stevenclouston merged 7 commits intomainfrom
stevenclouston/pass-bool-to-native-sdks

Conversation

@stevenclouston
Copy link
Copy Markdown
Contributor

Summary

  • Remove sentinel AppAttestation object workaround from both iOS and Android bridges
  • Pass appAttestation: Boolean directly to native SDKs, which now handle attestation generation internally (App Attest on iOS, Play Integrity on Android)
  • Bump version to 2.8.0-alpha.3

Depends on

Test plan

  • Tested iOS end-to-end on physical device — App Attest enrollment succeeds
  • Test Android end-to-end with Play Integrity

Remove AppAttestationProvider enum from public API. Provider is now
hardcoded internally by each native SDK (APP_ATTEST for iOS, PLAY_INTEGRITY
for Android). AppAttestation interface now just takes token and optional
keyId. Also bumps native SDK deps and version to 2.8.0-alpha.2.
The native SDKs now generate attestation internally, so callers
only need to signal whether attestation should be enabled rather
than passing the attestation token and keyId.
Both iOS and Android native SDKs now accept a boolean for
appAttestation and handle attestation generation internally.
Remove the sentinel AppAttestation object workaround from
both bridges. Bump version to 2.8.0-alpha.3.
@stevenclouston stevenclouston marked this pull request as ready for review March 22, 2026 23:13
@stevenclouston stevenclouston merged commit 3507aef into main Mar 22, 2026
1 check passed
@stevenclouston stevenclouston deleted the stevenclouston/pass-bool-to-native-sdks branch March 22, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants