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.
- Make sure you have XCode and CocoaPods installed
- Make sure you're in this directory and then type
pod install - Open
hello-ios.xcworkspacein XCode - Copy the mobile key from your account settings page and the feature flag key(s) from your LaunchDarkly dashboard into
ViewController.m - Run your application through XCode