This example app illustrates the use of the Worldline Connect Objective-C iOS SDK and the services provided by Worldline Global Collect on the Worldline Global Collect platform.
See the Worldline Connect Developer Hub for more information on how to use the SDK.
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. To install the dependencies this example app requires, you will need to install the CocoaPods Ruby gem.
$ sudo gem install cocoapods
To obtain the example app for the Worldline Connect Objective-C iOS SDK, first clone the code from GitHub:
$ git clone https://github.com/Worldline-Global-Collect/connect-sdk-client-ios-example.git
Then run the following command to install the dependencies with CocoaPods:
$ pod install
Afterwards, you can open and run the Xcode workspace that is now created to run the example app.