I have a universal iOS app that is using a custom URL scheme to be launched from external apps.
I also have different launch images, one set for the standard launch and another set for the url scheme launch.
The app has been developed for iOS 7 and older, so I am using xcassets to set the launch images. I have set one catalog for the standard launch images and another one for the url scheme launch images.
How do I specify that the url scheme launch images are to be launched for that specific URL scheme? I am using the
<basename>-<url_scheme><scale_modifier><device_modifier>.png
name convention and yet it seems not to work, the standard launch image is always shown.
Is that name convention a correct way to name the images when using xcassets?