UWP app crashes after associating with the store

狂风中的少年 提交于 2019-12-11 07:44:31

问题


I'm creating a cordova app for Windows. After associating the app with the store the application start page goes white blank. The app works fine if it uses the package identity name com.something.moretext but my store package identity name is 58661Something.MoreText

the windows store package identity name starts with numbers so i get error of unmatched pattern if i change widget-id manually in config.xml and rebuild it.

If i just change in the visual studio without running the command (cordova build windows) i get no error but the application still comes as blank white screen. Please suggest

[Screenshot][1][1]: https://i.stack.imgur.com/ly213.png


回答1:


i was able to solve this problem by changing the Applications StartPage value in manifest same as the package identity name . for e.g i changed StartPage="ms-appx-web://com.something.moretext/www/index.html" to StartPage="ms-appx-web://58661something1.moretext1/www/index.html"



来源:https://stackoverflow.com/questions/46783140/uwp-app-crashes-after-associating-with-the-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!