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 consumersConsumers Individual persons who can be onboarded as identities on Weavr. Consumer identities represent individual customers and require Know Your Customer (KYC) verification. For consumers, the card owner and card assignee are typically the same person. of the SDK