Detecting which launch image was used on iOS after launch

Is there a nice future-proof way to detect which launch image was used during iOS launch? I want to display the same image on my app’s opening scene as a background image and do various transitions and place UI elements over it etc.

I thought there might be a Corona API that gives us access to that information but it seems there isn’t.

Then I thought there might be a way to run some iterative tests on the UILaunchImages  table in build.settings to query it that way. But I can’t figure out a way to access that. This topic kind of deals with the idea but isn’t future-proof because it references specific devices. Any suggestions?

 

I don’t know of a way unless you made a duplicate of the tabl ein your Lua code and ran the same logic Apple uses for picking the image.

Rob

I don’t know of a way unless you made a duplicate of the tabl ein your Lua code and ran the same logic Apple uses for picking the image.

Rob