https://github.com/optimizely/optimizely_hello_world_swift_ios
A sample app demonstrating the use of Optimizely's Swift SDK V 3.2.1 for feature management using free Optimizely Rollouts
https://github.com/optimizely/optimizely_hello_world_swift_ios
Last synced: 10 months ago
JSON representation
A sample app demonstrating the use of Optimizely's Swift SDK V 3.2.1 for feature management using free Optimizely Rollouts
- Host: GitHub
- URL: https://github.com/optimizely/optimizely_hello_world_swift_ios
- Owner: optimizely
- Archived: true
- Created: 2020-01-10T22:45:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T19:25:38.000Z (about 6 years ago)
- Last Synced: 2025-03-01T12:17:17.648Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimizely_Hello_World for Feature Flags in Swift + iOS
A sample app demonstrating the use of Optimizely's Swift SDK V 3.2.1 for feature management and remote configuration using **free** Optimizely Rollouts (feature flags).
## Setup Optimizely
Follow along with the [blog post](https://blog.optimizely.com/2020/02/24/powerful-feature-flags-in-swift-ios/) to see how to configure Optimizely to provide a feature flag to test in this app.
## Clone repo
Clone the repo and replace the SDK Key in AppDelegate.swift before running. You can find your SDK key in the Settings > Environments tab of app.optimizely.com.
## Run
Run the app to see how Optimizely provides powerful, real-time, FREE feature flags and remote configuration natively for Swift + iOS.
## Next
**Optimizely Rollouts** is free feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, check out the [docs](https://docs.developers.optimizely.com/rollouts/docs), and/or [signup for a free account](https://www.optimizely.com/rollouts/).
**Optimizely Full Stack** is A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, check out the [documentation](https://docs.developers.optimizely.com/full-stack/docs), and go through the [quickstart guide](https://docs.developers.optimizely.com/full-stack/docs/quickstarts) for your programming langauge.