Unity Android Plugin - Get Bundle Version v1.0
by Roobr Arcade
RoobrArcade@gmail.com
http://www.roobr.com
WHAT DOES IT DO?
This is a plugin for Unity designed to retrieve the current Bundle Version and Bundle Version Code of a Unity Android project, exposing those values to the user at runtime.
WHY IS IT NEEDED?
Unfortunately the Bundle Version and Bundle Version Code of an Android Unity project are only accessible in Editor Mode via PlayerSettings.bundleVersion / PlayerSettings.bundleIdentifier. There is no direct method of retrieving this information during runtime. This plugin was built for a project where we wanted to incorporate an update check when the app starts and notify the user that a newer version of the project was available.