Bringg Driver SDK
- Installation
- Full documentation - Link
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.