iOS Push Provisioning v1.2.2
Overview
Query from your app, whether a card is provisioned to a specific device (phone or watch)
Fix
The WPPComponents.getCardStatusInWallet
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 getCardStatusInWallet
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.
Installation overview
- Add the following source command at the top of your podfile so the dependencies of the SDK can be located:
source 'https://gitlab.com/phyreapp/ios-specs.git'
- Add the following line to install the SDK:
pod 'WeavrPushProvisioning', :git => "https://#{ENV['GITHUB_TOKEN']}@github.com/weavr-io/push-provisioning-ios", :tag => '1.2.2'