Reputation: 377
I want to change the app name on windows store, here is what I have done:
But when I launch the app certification kit it always shows error 0x80070057: Windows cannot create the AppContainer Profile for the xxxxx Package. I am using windows app certification kit version 10.0.16299.15. Please help me thanks.
Upvotes: 2
Views: 733
Reputation: 1829
Since your app has been in the Store, you might update Package.StoreAssociation.xml before modify DisplayName
in package.manifest. See the Important
note in Rename an app that has already been published:
Be sure to update the Package.StoreAssociation.xml file before you change the Package/Properties/DisplayName in the app manifest, or you may get an error.
Upvotes: 1