React Native Push Provisioning v3.0.2
ยท One min read
Overviewโ
Stability and compatibility improvements to the Google Pay provisioning flow on Android, plus clearer results and error handling for embeddersEmbedder A company or developer that integrates Weavr's embedded finance services into their own application to provide financial services to their end customers..
Fixโ
Google Pay launcher is now pre-created and retained via a headless fragment, ensuring the Add to Google Pay flow initializes reliably across activity-recreations and UI thread timing.
Other fixesโ
- Added ProGuard rules for the RN bridge, Weavr SDK, and Kotlin/coroutines to prevent minify/obfuscation issues (no extra config required).
setGPayAsDefaultNFCPaymentMethodandsetCardAsDefaultPaymentMethodnow resolve to"success" | "failure" | "canceled"after awaiting completion with a timeout.- Removed
android:networkSecurityConfigfrom the library manifest to reduce manifest merge conflicts.