How can my iphone app detect it's own version number?
- by cmos
I'm writing an iPhone app. It's already been published, but I would like to add a feature where it's version number is displayed.
I'd rather not have to do this manually with each version I release..
Is there a way in objective C to find out what the version is of my app?