Hi there,
My app no longer shows the launch image after I’ve installed Uno and Fuse SDK 2.0.1. Instead of the launch image defined in the Unoproj file, it shows the app icon on a white background.
Can someone please assist?
Thanks,
Bertrand.
Hi there,
My app no longer shows the launch image after I’ve installed Uno and Fuse SDK 2.0.1. Instead of the launch image defined in the Unoproj file, it shows the app icon on a white background.
Can someone please assist?
Thanks,
Bertrand.
LaunchImage
has been deprecated by Apple and replaced with LaunchScreen
, more info here.
To config to the new LaunchScreen
please refer to: iOS: add LaunchScreen project properties by mortend · Pull Request #387 · fuse-open/uno · GitHub
Hope it helps
Thanks a lot Hassan, much appreciated.