breautek commented on issue #184: cordova create does not accept valid domain 
names containing dashes
URL: https://github.com/apache/cordova/issues/184#issuecomment-569418962
 
 
   To be clear, this isn't a domain, it is a reverse dns notation. It is used 
as a way to builld unique ids. In the case of android platforms, it is used to 
create packages, which hyphens are an illegal character. This is why we cannot 
accept an app id with hyphens. This is working as intended.
   
   I suggest using a different name for app id, either omitting the hyphens, or 
replacing them with underscores.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to