Bringg-iOS-DriverSDK 1.6.0

Bringg-iOS-DriverSDK 1.6.0

Maintained by Michael Tzach, Idoz, Renen Elad.



 
Depends on:
Socket.IO-Client-Swift= 15.1.0
Starscream= 3.1.0
libPhoneNumber-iOS= 0.9.15
CryptoSwift= 1.0.0
GzipSwift= 5.0.0
Alamofire= 4.9.0
XCGLogger= 7.0.0
RealmSwift= 3.18.0
ObjcExceptionBridging= 1.0.1
Kingfisher= 5.7.1
KeychainAccess= 3.2.0
 

  • By
  • Bringg iOS Dev Team

CocoaPods Compatible Platform

Bringg Driver SDK

Installation

CocoaPods

Make sure you have cocoapods installed.

$ gem install cocoapods

To integrate BringgDriverSDK into your Xcode project using CocoaPods, specify it in your Podfile:

$ pod 'Bringg-iOS-DriverSDK', '~> 1.6.0'

Then, run the following command:

$ pod install

Capabilities

Enable the following capabilities ('Capabilities' tab in the project settings)

  • Background Modes - Background fetch
  • Background Modes - Location updates

Info.plist

Go to the info tab in your app settings and add permission strings for :

  • Privacy - Location Always and When In Use Usage Description
  • Privacy - Location When In Use Usage Description

Example App

An Example app is included with the framework. It includes example usage of most SDK functionalities.
To use the example app, clone the repository and open the project at /Example. Before using the example app, run pod install and open the created workspace.