Getting Started
Let's get you set up to start using the iOS sdk in your application.
Prerequisites
- The provided SDK is built against XCode 14.1 and Swift 5.7.1. So any version of XCode that’s equal or above these versions should be able to consume the SDK.
- For any other version of XCode / Swift support, please reach out to us.
- You will need a Pumpjack Dataworks API key in order for this SDK to do anything.
Installation
SDK can be downloaded from below link [V1.7]
https://pjdapps.pumpjackdataworks.com/ios/1.7.xcframework.zip
- Drag and drop the framework file in your XCode project / workspace
Please make sure that the framework is embedded in the target under the ‘Frameworks, Libraries and Embedded Content’ section of the XCode project.
Next we will explore the usage of the API, starting with initialization.