WP8.1 and WP10 differences

核能气质少年 提交于 2019-11-30 20:38:59

I had the same problem in my windows 10 universal app.

The solution for me was App Package creation for upload to the store. I you run this routine, it will create a Package.StoreAssociation.xml and a StoreKey.pfx files in project directory. The prerequisite for this is that app created in store.

I guess the app needs these files to get data from correct app in the store

The problem, at least for me, was that my Windows Store account was missing some information.

How did I come to this conclusion? I uninstalled my app from my machine. I then went to the MS Windows Store App. From there I re-installed my app. As a part of the process, the Store App complained that my account was missing this info: birthdate and location. I filled in this information, and continued the install process.

When the install from the store finished, I ran my app, and it worked!

If your problem is the same as mine, you could probably also try to download ANY app from the store to see if you are prompted for the missing information. If not, try to reinstall your app from the Store and see if that does it.

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