IOS 获得版本

来源:互联网 发布:opt算法c语言代码 编辑:程序博客网 时间:2024/06/05 23:04
Verison号:

    [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"]

    或

    [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"];


 build号:

    [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]


      或者

    [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey]

0 0
原创粉丝点击