Hey all, after having a successful App build using NSBASIC and PhoneGap, we are deploying the apps via a product called Mobile Iron which works really well. Mobile Iron sees the global info on the apps for versioning purposes. Apparently, PhoneGap looks in different locations for the Version info. In Project Properties and Global Code, we have a “Version” property that PhoneGap sees for Apple (as I have it set to 1.1.0) now, but apparently for Android PhoneGap is using a different location (config.xml) “versionCode”. Can anyone tell me where the Android name below is coming from and how I can change it? “com.nsbasic.GetJSON”
Apple version 1.1.0
Apple name com.ourcompany.pem
Android version 1.0.0
Android name com.nsbasic.GetJSON