launchdarkly / ios-client-sdk

LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
https://docs.launchdarkly.com/sdk/client-side/ios
Other
70 stars 84 forks source link

Version 3.0.4 #175

Closed JUSTINMKAUFMAN closed 5 years ago

JUSTINMKAUFMAN commented 5 years ago

Added ability to pass an array of keys for feature flags that an application observes (see trackedKeys parameter in the start: method on LDClient).

By providing this array of keys, the SDK avoids performing maintenance on feature flags that the application does not track.