Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/launchdarkly/hello-ios

Hello LaunchDarkly for iOS
https://github.com/launchdarkly/hello-ios

examples feature-flags feature-toggles ios launchdarkly launchdarkly-sdk managed-by-terraform sdk-examples swift

Last synced: 3 months ago
JSON representation

Hello LaunchDarkly for iOS

Lists

README

        

### LaunchDarkly Sample iOS Application

[![Build](https://github.com/launchdarkly/hello-ios/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/hello-ios/actions/workflows/ci.yml)

We've built a simple console application that demonstrates how LaunchDarkly's SDK works.
Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your [Quickstart page](https://app.launchdarkly.com/quickstart#/).

##### Build instructions

1. Make sure you have [XCode](https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12) and [CocoaPods](https://cocoapods.org) installed
2. Make sure you're in this directory and then type `pod install`
3. Open `hello-ios.xcworkspace` in XCode
4. Copy the mobile key from your account settings page and the feature flag key(s) from your LaunchDarkly dashboard into `LDClientConfigurator.m`
5. Run your application through XCode