iOS SDK Tips
[Home Page]
;
[index]
;
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);
Older Posts
Home
Subscribe to:
Posts (Atom)