Launch screen integration using info.plist in XCode 12

1k Views Asked by At

I am trying Configuring launch screens per URL scheme Here is the screenshot of my info.plist.enter image description here

But only default launch screen is working and I am unable to load alternative launch screen. Please highlight what I am doing wrong here.

1

There are 1 best solutions below

0
On

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 step one

Create your own key, in this example I'll be using LAUNCH_SCREEN

step two

Add values for each scheme

step three

Implementation on .plist implementation

I Hope I Helped!