iOS clickable splash screen

Hi!

is it possible to make an iOS splash screen (PRO only, I suppose) where you have a dynamic image loaded (in example, a banner from one of my other games which may have been remotely downloaded) and able to respond to clicks to that banner?

thanks,
Kak

Yes and no.  No, the splash screen is displayed by iOS before the app has started, so interactivity isn’t possible.

However, one technique used to hide this by a good number of iOS games out there is to create a custom splash screen, then have the initial scene start by displaying that same image billboarded, which then builds-in to an animated logo, the main menu, etc.  In your case, you could set it up such that the clickable buttons you desire animate onto the screen in that initial scene.