I know that Cordova now allows for platform-specific package names. We can do this in config.xml for Android and iOS through the android-packageName and ios-CFBundleIdentifier attributes in the tag. But, I can't seem to find a similar attribute for Windows 8.1/10 package name. Does one exist for Windows? If so, how do I specify it? Thanks.
In Cordova, how do I set a different package name for Windows platform?
Asked Answered
Did you find any solutions? –
Womankind
Any updates how to solve it? –
Olivas
As stated in Config.xml documentation for version 6.0.0 there is attribute WindowsStoreIdentityName
which takes as value the Store ID generated from Windows Dev Center. e.g. 12345developer.SUPERCOOLAPP
<preference name="WindowsStoreIdentityName" value="12345developer.SUPERCOOLAPP"/>
© 2022 - 2024 — McMap. All rights reserved.