Am generating a windows app using Visual Studio. Have set the Identity name ,publisher name and publisher ID in package.windows.appxmanfiest , package.phone.appxmanifest and package.phone.appxmanifest files.
However when i build the solution , i can see that in all the Release folders ( for windows ARM , x86 and x64) , the appxmanifest file has the publisher as CN=Apache cordova team , instead of my defined value.
Am I missing anything here? Thanks