ios-client-sdk
ios-client-sdk copied to clipboard
LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
**Describe the bug** I have an app with a Safari extension and it can't access any LaunchDarkly feature flag values. Safari extensions don't have network access and the SDK is...
**Is your feature request related to a problem? Please describe.** It can be useful during early development to be able to enable/disable launch flags in local builds without interfering with...
**Describe the bug** We get a crash captured with firebase **To reproduce** We unfortunately don't know exactly how this issue occurs because the stack trace does not seem to originate...
Please find the logs and OS version as below. **iOS version - 15.5.0** Crashed: com.launchdarkly.LDClient.isOnlineQueue 0 libobjc.A.dylib 0x39d0 objc_retain + 16 1 LaunchDarkly 0x3a0b0 isOnline.set + 69 (FlagSynchronizer.swift:69) 2 LaunchDarkly...
**Describe the bug** We use Sentry for performance monitoring, there is a UI hang happening in the app because of LaunchDarkly SDK. **To reproduce** I'm not sure how to reproduce...
**Describe the bug** When the SDK lost the network connection, the observers registered with `observeCurrentConnectionMode` are not called. `client.connectionInformation` has `currentConnectionMode` set to `streaming`. when the network connection is lost...
**Describe the bug** Logging happening in production non debug mode **To reproduce** Watch the console for automatic logging happening in sdk **Expected behavior** Nothing should be printed **Logs** FlagRequestTracker.trackRequest(flagKey:reportedValue:featureFlag:defaultValue:context:) etc...
**Describe the bug** `LDStreamingMode.streaming` can cause `start()` / `setOnline(true)` to timeout behind some proxy servers. We observe that 2% of our customers appear to be behind proxy servers that cause...
**Is your feature request related to a problem? Please describe.** The current Swift API is lacking support for async / await. While developers can naively wrap the existing methods with...
**Describe the bug** iOS LD SDK is not able to fetch boolean value on launching app, we have to launch app second time to fetch current value. **To reproduce** -...