Does anyone else have problems with App.NonReleaseVersion? In my session logs I have the following code:
LogItem "App Build: " + str(app.NonReleaseVersion), ""
which gives sometimes 2014-08-11, 07:56:16 App Build: 0 . Unfortunately, the updater code relies on the NonReleaseVersion. Xojo 2014r2, Mac OS 10.9.4.
Are you modifying the version number with a script or application like App Wrapper? In order to submit to the Mac App Store, the version number has to be ‘altered’ and this breaks the app.NonReleaseVersion.
The problem is a new one. Oh wait. Yes, I changed to using an AppWrapper Mini script.
Thanks Sam! Problem solved.