https://github.com/zscaler/zscaler-sdk-ios
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.
https://github.com/zscaler/zscaler-sdk-ios
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/zscaler/zscaler-sdk-ios
- Owner: zscaler
- License: other
- Created: 2024-06-14T22:47:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-30T23:38:55.000Z (8 months ago)
- Last Synced: 2025-10-01T01:18:07.905Z (8 months ago)
- Language: Objective-C
- Homepage:
- Size: 31.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zscaler SDK for Mobile Apps - iOS
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.
## Integration
ZscalerSDK iOS supports Swift Package Manager, Cocoapods, and manual integration.
### SwiftPM
1. Navigate to File > Swift Packages > Add Package Dependency
2. Insert the repository URL for ZscalerSDK (http://github.com/zscaler/zscaler-sdk-ios)
### Cocoapods
1. Edit your Podfile to contain the following line:
```ruby
pod 'ZscalerSDK', :git => 'https://github.com/zscaler/zscaler-sdk-ios'
```
2. Run `pod install`
### Manual Integration
1. Download a zip of the `ZscalerSDK.xcframework` release.
2. Add `ZscalerSDK.xcframework` to your Xcode project.
3. In Frameworks, Libraries, and Embedded Content add `ZscalerSDK.xcframework`.
4. Change the "embed" option to "Embed & Sign".