iOS SDK Quick Start Guide

Overview

This section shows how to integrate Spyne SDK in your iOS app. As a next step, first, we'll learn how to install the Spyne SDK. Once done, we'll go through clicking your first shoot and at last, we'll learn how to refer the SKU on Spyne dashboard.

Install SDK

To use the Spyne iOS SDK, please follow the steps required below:

Install using Cocoapods

Add the given below Pod to your Podfile to initiate integration

Document
use framework!
target 'YourTargetName' do
pod 'SpyneSDK'
end

Install the Pod from Terminal

Run the SpyneSDK Pod from your terminal in the folder where the PodFile is present to download all the dependencies

Document
pod install

Import the framework

Import the framework in the file from where you want to start the shoot

import SpyneSDK