Skip to content

denysdanyliukboosters/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.1'

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.1"))
]
  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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 97.9%
  • Ruby 1.9%
  • Other 0.2%