Friday, June 15, 2012

iOS: Get Version Number of App

Do this:

NSString *lcVersionNumber = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];


Link: http://dipinkrishna.com/blog/2012/06/ios-apps-version-number-cfbundleversion/

No comments:

Post a Comment