The Reteno iOS SDK for Mobile Customer Engagement and Analytics solutions
Reteno
is a lightweight SDK for iOS that helps mobile teams integrate Reteno into their mobile apps. The server-side library makes it easy to call the Reteno API
.
- Swift projects
- iOS 12.0 or later
- Download and install SDK via CocoaPods or Swift Package Manager.
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Reteno into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'Reteno', '2.0.23'
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift
compiler.
Once you have your Swift package set up, adding Reteno as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/reteno-com/reteno-mobile-ios-sdk.git", .upToNextMajor(from: "2.0.23"))
]
- Configure the Reteno SDK for iOS. See the installation guide.
Reteno iOS SDK
is released under the MIT license. See LICENSE for details.