Showing posts with label version. Show all posts
Showing posts with label version. Show all posts

Reading App version from Info.plist

//Reading App version from Info-PList
NSString *appVersion=[[NSBundle mainBundle] objectForInfoDictionaryKey:
                                                   (NSString *)kCFBundleVersionKey];
NSLog(@"%@",appVersion);