Talkable SDK makes it easy to integrate Talkable referral functionality into iOS apps.
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.4.15"))
]
To integrate Talkable SDK into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'TalkableSDK', '~> 1.4.15'
To build the SDK manually, run the following command:
$ rake archive
link |
Stars: 0 |
Last commit: 2 weeks ago |
NSArray was mutated while being enumerated
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics