Yes, we go with the lowest common identifier, assuming that the other platforms may be added later. Unfortunately you cannot use `in` as part of the id. I would suggest `inleegan.helloworld` or drop the `in` completely.
My team is hiring! @purplecabbage risingj.com On Mon, Aug 17, 2015 at 5:32 AM, Ian Clelland <iclell...@chromium.org> wrote: > "in" is not a reserved keyword Java, but it is in C# -- are you building a > Windows Phone or Windows application? > > It looks like Jesse's https://www.npmjs.com/package/valid-identifier > package is catching this. > > On Sat, Aug 15, 2015 at 12:57 AM, <heman...@leegan.in> wrote: > > > Dear Sir, > > > > > > > > I would like to use ".IN" domain in the APP ID while building the Cordova > > application. > > > > Whenever I try to use > > > > > > > > cordova create hello in.leegan.helloworld HelloWorld > > > > it says: > > > > App id contains a reserved word, or is not a valid > > identifier > > > > > > > > It seems to be that "in.leegan.helloworld" is not valid. > > > > > > > > How can I overcome this limitation ? > > > > > > > > Regards, > > > > Hemant Ganpule > > > > LEEGAN SOFTWARES > > > > Thane, India > > > > > > > > > > > > >