approov-ios-sdk 3.4.0

approov-ios-sdk 3.4.0

Maintained by Ivo Liondov, Richard Taylor.



  • By
  • CriticalBlue, Ltd.

Approov SDK

ApproovSDK binary release for iOS including podspec files.

Example Podfile:

target 'YourTestApp' do
    use_frameworks!
    platform :ios
    pod 'approov-ios-sdk', '3.2.0', :source => "https://github.com/approov/approov-ios-sdk.git"
end

If you would like to add the Approov SDK as a binary dependency in your swift package, add this line to your targets section:

let releaseTAG = "3.2.0"
...
...
...
.binaryTarget(
            name: "Approov",
            url: "https://github.com/approov/approov-ios-sdk/releases/download/" + releaseTAG + "/Approov.xcframework.zip",
            checksum : "c851f845bacfa3c978d12dbf85d7688a3b93e8e25d01f03784fdcb15b8d2beb0"
        )