您好,登錄后才能下訂單哦!
IOS 獲取APP 版本號的實例詳解
看代碼的時候看到一句,用于獲取.plist文件的版本號
labelVersion.text = [NSString stringWithFormat:@"v%@", [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString*)kCFBundleVersionKey]];
比較感興趣的是后面的參數 kcFBundleVersionKey ,竟然是CFBundle.h已經定于好的屬性,下面有這個屬性的注釋
const CFStringRef kCFBundleVersionKey; /* The version number of the bundle. For Mac OS 9 style version numbers (for example "2.5.3d5"), */ /* clients can use CFBundleGetVersionNumber() instead of accessing this key directly since that */ /* function will properly convert the version string into its compact integer representation. */
還有好多是kcFXXX開頭的Standard Info.plist keys 屬性,有興趣可以自己看一下CFBundle.h,研究一下它們的用法,
以上就是IOS 獲取APP 版本號的簡單實例,關于IOS 開發的文章本站還有很多,大家可以參考,感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。