CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

Upshot-iOS-SDK 1.6.4

Upshot-iOS-SDK 1.6.4

Maintained by Upshot AI.



upshot-ios-sdk

Upshot is an Analytics and user engagement platform. This framework will enable you to track events, send notifications and InApp messages to your users

Getting Started

Upshot can be integrated to your iOS apps using the SDK provided. The SDK component of Upshot is named "BrandKinesis". SDKs for these platforms can be downloaded from your account dashboard. You can access your account dashboard at https://yourAccountName.goupshot.com, just replace yourAccountName with the account name provided to you by Upshot

Adding Upshot SDK to your project

Install Using cocoapods

  • You want to add pod 'Upshot-iOS-SDK', '~> 1.5' similar to the following to your Podfile:
target 'MyApp' do
pod 'Upshot-iOS-SDK', '~> 1.5'
end
  • Then run a pod install inside your terminal

Manually Install the framework

  • Download latest sdk from dashboard based on xcode version. Unzip the download.

  • Downloaded file contains Universal and Phone folder. Universal frmaework will work for both simulator and device, Phone frmaework will support for device.

  • Add Upshot.framework to your project and make sure that framework is embed and sign in General settings embedded binaries

For more details, please refer the integration documentation to add SDK to your project