ios-client-sdk icon indicating copy to clipboard operation
ios-client-sdk copied to clipboard

LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)

Results 31 ios-client-sdk issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We are getting 800 users getting a crash - its a small amount of users but enough for investigation. **To reproduce** Unable to reproduce. **Expected behavior** Not...

**Describe the bug** Firebase crashlytics is capturing a bad access exception on a small percentage of our sessions. **To reproduce** Haven't reproduced locally. **Expected behavior** No crash. **Logs** ``` Crashed:...

**Requirements** - [X] I have added test coverage for new or changed functionality - [X] I have followed the repository's [pull request submission guidelines](../blob/v6/CONTRIBUTING.md#submitting-pull-requests) - [X] I have validated my...

I have a tech question, is it a good practice to use LaunchDarkly SDK in an SPM, and the iOS app that uses that SPM also uses LaunchDarkly SDK. Is...

enhancement

Is it possible to add a listener to let the client know the entire life cycle? For example, client initialization success/failure, etc.

waiting for feedback

**Requirements** - [/] I have added test coverage for new or changed functionality - [/] I have followed the repository's [pull request submission guidelines](../blob/v6/CONTRIBUTING.md#submitting-pull-requests) - [/] I have validated my...

**Is your feature request related to a problem? Please describe.** We're making a xrOS version of our apps, but LaunchDarkly does not work with the Vision Pro SDK **Describe the...

**Is your feature request related to a problem? Please describe.** We use a fork of this SDK to power feature flagging on our macOS application. While we understand this is...

enhancement

**Describe the bug** Crash (synchronization issue) **SDK version** 9.1.1 **OS/platform** iOS **Additional context** Seems this is retain cycle issue: ```swift self.throttler.runThrottled { // since going online was throttled, check the...