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.
User-Defined
App target > Build Settings > + > Add User-Defined Settings
Create your own key, in this example I'll be using LAUNCH_SCREEN
LAUNCH_SCREEN
Add values for each scheme
Implementation on .plist
I Hope I Helped!
Try using
User-Definedbuild 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_SCREENAdd values for each scheme
Implementation on .plist
I Hope I Helped!