The Confidence iOS SDK provides feature flag evaluation for iOS, iPadOS, macOS, tvOS, and watchOS applications. Flags resolve once according to the evaluation context, and values read from a local cache for fast access.Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Features
- Local caching: Flag values cached locally for instant access
- OpenFeature compatible: Standard feature flag API through OpenFeature provider
- Automatic apply events: Tracks flag usage
- Managed context: Automatic visitor ID and app lifecycle context
- Offline support: Cached values available without network
Installation
Add the package dependency to yourPackage.swift:
Quickstart
The SDK uses OpenFeature for flag evaluation.Resources
GitHub repository
Source code, examples, and full documentation
OpenFeature iOS SDK
OpenFeature documentation
Context
Configure evaluation context
Apply events
Understand flag assignment tracking

