0

I am making my app compatible to iOS 13 and facing this problem with launch time that is coming to be around 15 secs for my app. I agree the code base is huge as it is a big project but still unable to figure out a way to reduce the launch time. I also have a fake splash screen that appears only for a second to display a sponsor image.

Any suggestion to how shall i proceed with this issue? Thanks

Ishika
  • 2,187
  • 1
  • 17
  • 30
  • Is the time spent in your code, or in Apple's? Set a breakpoint in the first line of `func application(_ application:didFinishLaunchingWithOptions:)` – Gereon Aug 23 '19 at 12:51
  • Also you can try Xcode menu > Product > Perform Action > Build With Timing Summary to see your build time in detail. – Desdenova Aug 23 '19 at 13:13

0 Answers0