When I try to upload the appx package to the Windows store I get the complaint:
Package acceptance validation error: The PublisherDisplayName element in the app manifest of mfi.appx is Reserved, which doesn't match your publisher display name: MyPublisherName.
In the AppxManifest file, the PublisherDisplayName field is 'Reserved'
When I try to upload the appx package to the Windows store I get the complaint: Package acceptance validation error: The PublisherDisplayName element in the app manifest of mfi.appx is Reserved, which doesn't match your publisher display name: MyPublisherName.
In the AppxManifest file, the PublisherDisplayName field is 'Reserved'
<PublisherDisplayName>
Reserved</PublisherDisplayName>
How do I change this field?