Closed ashender closed 4 months ago
Hi @ashender,
Thanks for raising this issue. Can you file an issue with support@braze.com with more context around this including:
Can I run braze init on a background thread? this would solve issue
We recommend against initializing Braze on a background thread because it may lead to unexpected behavior. For instance, push notifications may not function correctly if the set up methods don't run at the start of app launch.
Thanks!
Hi @ashender,
I'm closing this ticket due to inactivity, feel free to re-open it if you're still facing this issue.
Best,
@ashender Did you manage to fix this issue ? Our team is facing a similar one right now with the version 9.3.0
Platform
iOS
Platform Version
iOS 17
Braze SDK Version
6.6.0
Xcode Version
15.2
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
let braze = Braze(configuration: configuration)
in the didFinishLaunchingExpected Behavior
should not block or do it async
Actual Incorrect Behavior
blocks
Verbose Logs
No response
Additional Information
Can I run braze init on a background thread? this would solve issue