I am trying Configuring launch screens per URL scheme
Here is the screenshot of my info.plist.
But only default launch screen is working and I am unable to load alternative launch screen. Please highlight what I am doing wrong here.
I am trying Configuring launch screens per URL scheme
Here is the screenshot of my info.plist.
But only default launch screen is working and I am unable to load alternative launch screen. Please highlight what I am doing wrong here.
Try using User-Defined
build settings, so you can define a string containing the proper Launch Screen name for each scheme.
App target > Build Settings > + > Add User-Defined Settings
Create your own key, in this example I'll be using LAUNCH_SCREEN
Add values for each scheme
I Hope I Helped!