I would like to know how can I access the iOS application target version.
This number : http://img11.hostingpics.net/pics/146187Capturedcran20110728111355.png
Thanks
NSDictionary* infoDict = [[NSBundle mainBundle] infoDictionary];
NSString* versionNum = [infoDict objectForKey:@"CFBundleVersion"];
This will give the version number. Similarly you can get other attributes as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With