Skip to content

Commit

Permalink
quick fix, missed saving launchOptions to Appboy shared instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Feb 2, 2023
1 parent 5515630 commit 00bfed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kickstarter-iOS/AppDelegate.swift
Expand Up @@ -265,7 +265,7 @@ internal final class AppDelegate: UIResponder, UIApplicationDelegate {
guard let strongSelf = self else { return }

let factoryInstance = SEGAppboyIntegrationFactory.instance()

factoryInstance?.saveLaunchOptions(launchOptions)
factoryInstance?.appboyOptions = [
ABKInAppMessageControllerDelegateKey: strongSelf,
ABKMinimumTriggerTimeIntervalKey: 5
Expand Down

0 comments on commit 00bfed0

Please sign in to comment.