Hello all,
I know this might be a dumb question, but in the IDE, under Project/Application Version, what should I put in there? The first field says Version code(integer), which I assume to mean no decimals, and the second field says Version String. I'm sorry if this has been asked and answered, I searched aroound but couldn't find anything.
Thanks.
edit:
ok, I think I understand it now. The first field is just a number that I would increment for each build, and the string would be like a decimal version. So, I would start at 1 and enter 1.0.0 as the string, and then if I make some changes and recomplie, I would first change the version code to 2, and the string to say 1.0.1 .
In the Market, it is that version code that forces update, correct?
I know this might be a dumb question, but in the IDE, under Project/Application Version, what should I put in there? The first field says Version code(integer), which I assume to mean no decimals, and the second field says Version String. I'm sorry if this has been asked and answered, I searched aroound but couldn't find anything.
Thanks.
edit:
ok, I think I understand it now. The first field is just a number that I would increment for each build, and the string would be like a decimal version. So, I would start at 1 and enter 1.0.0 as the string, and then if I make some changes and recomplie, I would first change the version code to 2, and the string to say 1.0.1 .
In the Market, it is that version code that forces update, correct?
Last edited: