iOS Push Provisioning v1.1.0
· One min read
Added
- Integrated Analytics for better tracking.
- Swift Package Manager support.
To install the Weavr Push Provisioning iOS SDK using Swift Package Manager (SPM) you will need to:
- Open your Xcode project.
- Navigate to File > Add Packages...
- In the search bar, enter the following URL, replacing
<TOKEN>
with the token we provided you (see the Get Started guide):https://user:<TOKEN>@github.com/weavr-io/push-provisioning-ios
- Select the version you wish to use. Weavr adheres to Semantic versioning and so recommend using the
Up to next major version
dependency rule. - Click Add Package to integrate the SDK into your project, and select the target where you want to add the SDK.