Skip to content

chore: update LaunchDarkly iOS SDK to 11.2#65

Draft
kinyoklion wants to merge 2 commits into
mainfrom
devin/1782724300-update-sdk
Draft

chore: update LaunchDarkly iOS SDK to 11.2#65
kinyoklion wants to merge 2 commits into
mainfrom
devin/1782724300-update-sdk

Conversation

@kinyoklion

Copy link
Copy Markdown
Member

Summary

Updates the LaunchDarkly iOS SDK minimum version constraint from >= 9.6 to >= 11.2 (latest stable: 11.2.0).

Deprecated API fix: Updated LDClient startWithConfiguration:context:completion: to use startWithConfiguration:context:startWaitSeconds:completion: with a 5-second timeout, as the no-timeout variant was deprecated in SDK 9.6.1.

Changes are split into two commits:

  1. Fix deprecated API usage (using existing dependency version)
  2. Bump SDK version constraint in Podfile

Link to Devin session: https://app.devin.ai/sessions/e526397b85be4331b200fff0fe50d984
Requested by: @kinyoklion

devin-ai-integration Bot and others added 2 commits June 29, 2026 09:11
The start(configuration:context:completion:) method was deprecated in
SDK 9.6.1. Updated to use start(configuration:context:startWaitSeconds:completion:)
with a 5 second timeout as recommended.

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
Updates the minimum LaunchDarkly iOS SDK version constraint to 11.2,
which is the latest stable release (11.2.0).

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@kinyoklion kinyoklion self-assigned this Jun 29, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants