braze-swift-sdk
braze-swift-sdk copied to clipboard
Braze.__allocating_init(configuration:) blocks main thread for 37.53ms on iPhone 12pro
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
- run
let braze = Braze(configuration: configuration)
in the didFinishLaunching - profile code with instruments
Expected 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