An example integration of the CloverConnector demonstrating communication between iOS/MacOS and a Clover Mini or Flex.
Current version: 4.0.0
This example is implemented using v4.0.0 of the CloverConnector SDK, which can be found at https://github.com/clover/remote-pay-ios/releases/tag/4.0.0.
- CloverConnector - Provides the communication between the example app and the Clover device.
- ObjectMapper - Provides JSON serialization and deserialization.
- SwiftyJSON - Provides simple JSON parsing.
- Starscream - provides websocket client capabilities.
- Download and install Xcode
- Install CocoaPods
- Run
sudo gem install cocoapods
- Run
- Clone/download this example's source.
- cd into
<project root>/remote-pay-ios-examples/CloverConnector iOS Example - Run
pod install- This should create a Pods directory populated with the Pods specified in the Podspec
- It should also create a workspace file that includes the project, plus a pods project
- cd into
- Open the
CloverConnector.xcworkspacefile - Change the Bundle identifier for the CloverConnector > CloverConnector_Example target
- Change the signing Team for the CloverConnector > CloverConnector_Example target
Copyright © 2020 Clover Network, Inc. All rights reserved.
