Talkable SDK makes it easy to integrate Talkable referral functionality into iOS apps.
- iOS 9 or higher.
Talkable supports multiple methods for installing the SDK in a project.
Add Talkable SDK as a dependency to Package.swift
under dependencies
:
dependencies: [
.package(url: "https://github.com/talkable/ios-sdk.git", .upToNextMajor(from: "1.5.1"))
]
To integrate Talkable SDK into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'TalkableSDK', '~> 1.5.1'
To build the SDK manually, run the following command:
$ rake archive