Does anyone have any sample code for extended splash screen and Unity 4.5 Universal Apps? I’ve looked at the MS extended splash screen sample but not sure how this would integrate with the VS project generated by Unity 4.5.3.
Hi,
whatever modification you can do on MainPage.xaml/MainPage.xaml.cs files on Windows Store, will work on Universal apps as well. Therefore the sample you mentioned should “just work”.
It works with Windows Store (although the splash screen doesn’t autosize to full screen), but I can’t get it to work with Windows Phone 8.1.
What exactly doesn’t work? Does it crash? Or does it display it differently than you want to? Or maybe it’s not displayed at all?
App was crashing immediately after splash screen. I wasn’t checking for appCallbacks.IsInitialized() in the WP8.1 project. This is now resolved.