Skip to content

reteno-com/reteno-mobile-ios-sdk

Repository files navigation

Getting started with Reteno SDK for iOS

The Reteno iOS SDK for Mobile Customer Engagement and Analytics solutions

Documentation

Overview

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.

The SDK supports:
  • Swift projects
  • iOS 12.0 or later
To get started with the Reteno SDK:
  1. Download and install SDK via CocoaPods or Swift Package Manager.

CocoaPods

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'

Swift Package Manager

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"))
]
  1. Configure the Reteno SDK for iOS. See the installation guide.
License

Reteno iOS SDK is released under the MIT license. See LICENSE for details.