React Native Push Provisioning v3.0.2
· One min read
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.