Swift/Objective-C

Installing Purchasely SDK on iOS with an application in Swift or Objective-C

iOS 12 or superior is required to install Purchasely iOS SDK

CocaPods

You can use CocoaPods to install Purchasely by adding it to your Podfile:
pod 'Purchasely'

Carthage
You can use Carthage to install Purchasely by adding it to your Cartfile:
binary "https://raw.githubusercontent.com/Purchasely/Purchasely-iOS/master/Purchasely.json"

Swift Package Manager
You can integrate Purchasely as a Swift package by adding the following URL to the public package repository that you can add in Xcode:
https://github.com/Purchasely/Purchasely-iOS


What’s Next