Search code examples
iosxcodeswiftsplash-screen

xcode iOS remove splash screen when app invoked by another app


I have an app that is using facebook login. When I press the facebook login button it takes me to the facebook app, when everything is authorised and transition from facebook app to my app starts, my app shows a splash screen for a few miliseconds.

My question is: Is it possible to remove the splash screen in that case?

Thanks.


Solution

  • No, iOS does not allow to change or remove the app's splash screen.