Reading App version from Info.plist

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

No comments:

Post a Comment