I have a Xamarin.Forms solution with Windows 8.1 and Windows Phone 8.1 projects. I'm trying to submit an update to an existing Windows Store application. However, the submission failed certification. According to the certification report, the app crashes at launch when tested on a Windows 10 mobile device.
After looking at the latest Xamarin.Forms version (2.5.0) release notes, I noticed that it includes a fix for a reported bug causing an app to crash when compiled for the Windows Store.
After updating my solution to use Xamarin.Forms version 2.5.0 and re-submitting my app to the Windows Store, it's still failing the certification process.
I've tried to reproduce this bug locally on my machine and a Windows Phone but it works as expected, it seems to only affect the Windows Store build (appxupload file). The certification report does not give any other details other than the app crashing at launch.
Has anybody experience this issue? Any ideas as to what could be causing this?