What do you put for "Version Number" when developing app?

I'm developing an app for the iPad, and I'm not sure what you're supposed to put for "version number." It says some examples are 1.0 or 1.0.1 or 1.1, but I'm not sure what to put! Does anyone know?

Also, what should I put for "copyright" if I don't have a company? The example that Apple has is "2008 Acme Inc." but I don't have a company!

Thanks

Comments

  • Thunder_ChildThunder_Child Member Posts: 2,343
    edited January 2014
    You should put 1.0 as your first app...update I believe could be 1.1 As far as copywriter goes....the year and your name if you don't have a company....example...

    Cosmic Clusters v 1.0
    2014 Joe Smith
  • CointossCointoss Member Posts: 31
    Thank you!
  • TheGabfatherTheGabfather Member Posts: 633
    It's up to you to make your own versioning rules.

    Most people I know just do: X.Y.Z

    where X is incremented for major updates like a brand new UI or when a completely new major feature has been implemented.

    where Y is incremented for smaller changes, like a new or improved minor feature.

    where Z is incremented for support updates like patches or bug fixes.

    For Copyright, when I publish games under my personal iOS Developer account I simply use my name. e.g. 2014 John Doe
Sign In or Register to comment.