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 embedders.
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).
setGPayAsDefaultNFCPaymentMethod
andsetCardAsDefaultPaymentMethod
now resolve to"success" | "failure" | "canceled"
after awaiting completion with a timeout.- Removed
android:networkSecurityConfig
from the library manifest to reduce manifest merge conflicts.