I'm trying to upload a UWP package on top of an existing published WP8.x Windows Phone app:
- I've created a new UWP project
- I hit the
Associate app with the storemenu and picked the already published app - After having my manifest updated by VS2017 automatically I've created a package with the
Create app packagesmenu - Any attempt to upload the package giving me the following error:
MyPackageName_x86_x64_arm_bundle.appxupload 22.0 MB Invalid package identity name:IdentityNameFromManifest(expected: ) Invalid package family name:IdentityNameFromManifest_SomeHash(expected: )
Similar issues are reported by other developers but in all cases, it was the wrong store app association where one identity was set and another is expected. In my case, the expected identity is empty for some reason and I did my store association so brand new app created from scratch so it shouldn't be some legacy codebase issue.
- What could be wrong with my pakcage identity/family name?
- Why the expected signature reported by the store upload UI is empty?