Zscaler SDK, part of the Zscaler Zero Trust Exchange™ platform, combines a set of robust capabilities to protect the integrity of your intellectual property, secure network communications from your mobile application, and prevent breaches against your APIs and core backend services.
ZscalerSDK iOS supports Swift Package Manager, Cocoapods, and manual integration.
- Navigate to File > Swift Packages > Add Package Dependency
- Insert the repository URL for ZscalerSDK (http://github.com/zscaler/zscaler-sdk-ios)
- Edit your Podfile to contain the following line:
pod 'ZscalerSDK', :git => 'https://github.com/zscaler/zscaler-sdk-ios'
- Run
pod install
- Download a zip of the
ZscalerSDK.xcframework
release. - Add
ZscalerSDK.xcframework
to your Xcode project. - In Frameworks, Libraries, and Embedded Content add
ZscalerSDK.xcframework
. - Change the "embed" option to "Embed & Sign".