Reach5 7.0.0

Reach5 7.0.0

Maintained by FrancoisDevemy5.



 
Depends on:
Alamofire~> 5.8
BrightFutures~> 8.2.0
CryptoSwift~> 1.8
DeviceKit~> 5.1
 

Reach5 7.0.0

  • By
  • François and Pierre

Reach5 Logo

CircleCI Download

ReachFive Identity iOS SDK

Installation

Cocoapods

Add the following line to your Podfile:

pod 'IdentitySdkCore'

and other dependencies, for Social Login, as needed:

pod 'IdentitySdkFacebook'
pod 'IdentitySdkGoogle'
pod 'IdentitySdkWeChat'

Swift Package Manager

Open the following menu item in Xcode:

File > Add Package Dependencies...

In the Search or Enter Package URL search box enter this URL:

https://github.com/ReachFive/reachfive-ios.git

Then, select the dependency rule and press Add Package.

Or directly add it to the dependencies value of your Package.swift or the Package list in Xcode

dependencies: [
    .package(url: "https://github.com/ReachFive/reachfive-ios.git", .upToNextMajor(from: "6.4.0"))
]

Usage

Refer to the public documentation to install the SDKs and to initialize your ReachFive client.

The basics are:

  • Configuration:
let reachfive: ReachFive = ReachFive(sdkConfig: SdkConfig(domain: "DOMAIN", clientId: "CLIENT_ID"))
  • Initialisation:

Call this method (that makes a network call) inside the corresponding method of UIApplicationDelegate

reachfive.application(application, didFinishLaunchingWithOptions: launchOptions)

Demo application

In addition to the libraries, we provide in the Sandbox directory a simple iOS application which integrates the ReachFive SDKs.

To configure this demo application and learn how to use this SDK, refer to contributing

Documentation

You'll find the documentation of the methods exposed on https://developer.reachfive.com/sdk-ios/index.html.

Changelog

Please refer to changelog to see the descriptions of each release.

Development

Please refer to contributing

License

MIT © ReachFive