Test App is blocking on Splash Screen

BitSmithy 1,751 Reputation points
2021-05-04T18:41:13.277+00:00

Hello,

I have an app in Win Store, now I am preparing the new version on developing laptop.
The new version works in Visual studio in run mode.
Visual studio creates store package and tests it without any error.
Next i publish the app as flayout package.
The package installs from store on my test laptop without visible errors.
But where I run the package on testing laptop, the app blocks on Splash Screen.

How to fix such problem?

Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. BitSmithy 1,751 Reputation points
    2021-08-28T19:39:13.597+00:00

    I solved the problem.

    In the old version of my app, I had set default language as en and resource folder named as en too.
    In the new version of may app I had set default language as en-us and resource folder named as en-us. This change was intended, beacuse I want to change default language of my app.

    When I changed default language of the new version to en, app stoped hanging.

    Is change of default language between app versions not allowed?

    0 comments No comments

0 additional answers

Sort by: Most helpful