Skyflow's iOS SDKs let you securely collect, tokenize, and display sensitive data in your mobile app without exposing your front-end infrastructure to sensitive data.
This repository publishes two SDKs from a shared codebase. Pick the one that matches your vault type:
| SDK | Vault type | Install (CocoaPods / SPM product) | Import | Documentation |
|---|---|---|---|---|
| Skyflow | PDB vault | pod 'Skyflow' / Skyflow |
import Skyflow |
Skyflow/README.md |
| SkyflowFlowVault | Flow vault | pod 'SkyflowFlowVault' / SkyflowFlowVault |
import SkyflowFlowVault |
SkyflowFlowVault/README.md |
Not sure which one you need? If you are an existing Skyflow iOS customer, stay on Skyflow — it is fully backward compatible. SkyflowFlowVault is for Flow vaults; if you are moving from a PDB vault, follow its Upgrading from PDB to FlowDB migration guide.
Skyflow/— Skyflow SDK(README.md)SkyflowFlowVault/— SkyflowFlowVault SDK(README.md)SkyflowCore/— shared internal module compiled into both SDKs (not installable on its own)<SDK>/Samples/— sample apps for each SDK
- iOS 13+
- Xcode 15+ (Swift 5.9 toolchain) to build