Skip to main content

React Native Push Provisioning v3.0.1.

ยท One min read

Overviewโ€‹

Query from your app, whether a card is provisioned to a specific device (phone or watch)

Fixโ€‹

The canAddCardToWallet has been updated; so that when called from your app, if deviceType is specified as either phone or watch, the result returns whether the card is provisioned to that specific device.

Previously it was advised that "when calling from the app via canAddCardToWallet you must not include the device type." This approach is now a recommendation rather than mandatory, since deviceType can be used from the app if your specific use-case requires it.

Other fixesโ€‹

  • Fixes AddToWalletButton not initialising properly
  • Removes postinstall steps that failed build in consumers of the SDK