In Cordova, how do I set a different package name for Windows platform?
Asked Answered
T

1

6

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.

Treadway answered 3/9, 2015 at 14:37 Comment(2)
Did you find any solutions?Womankind
Any updates how to solve it?Olivas
A
2

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"/>
Archaeopteryx answered 27/4, 2016 at 21:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.