0

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.

4

1 回答 1

0

尝试使用User-Defined构建设置,这样您就可以为每个方案定义一个包含正确启动屏幕名称的字符串。

应用程序目标 > 构建设置 > + > 添加用户定义的设置 第一步

创建您自己的密钥,在此示例中,我将使用LAUNCH_SCREEN

第二步

为每个方案添加值

第三步

.plist 上的实现 执行

我希望我有帮助!

于 2021-04-06T01:14:12.647 回答