In MonoTouch, how can we get the version of the bundle currently running?
My closest guess is somewhere in :
NSBundle.MainBundle.ObjectForInfoDictionary
Use the following code to get the current version of the bundle:
NSBundle.MainBundle.ObjectForInfoDictionary("CFBundleVersion").ToString();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With