Version
Latest Swift SDK Version:4.3.121
Resources
- Swift Package: Available here
- API Reference for
SpikeSDK: Available here
Requirements
- iOS Version:
13.0+
iOS Signing & Capabilities
To add HealthKit support to your application’s Capabilities:- Open the
iOS/folder of your project in Xcode. - Select the project name in the left sidebar.
- Open the Signing & Capabilities section.
- In the main view, select + Capability and double-click HealthKit.
Info.plist
Add Health Kit permissions descriptions to yourInfo.plist file:
SDK Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. To integrateSpikeSDK into your Xcode project using CocoaPods, specify it in your Podfile:
pod install and pod update commands to install/update pods afterward.
Swift Package Manager
To integrateSpikeSDK into your Xcode project using Swift Package Manager, add it in your Package.swift or through the Project’s Package Dependencies tab:
