04-30-2009 11:20 AM
I put up an app for testing with OTA install and it works just great except the version comes out as 0.0 and the Vendor as <unknown>. If I install from the desktop using the .alx file the version and vendor are what I would expect from my project properties. What needs doing to get the version/vendor to correctly show with an OTA install?
This is on the screen that the BB shows before you actually download the app...
Thanks
Solved! Go to Solution.
04-30-2009 11:26 AM
04-30-2009 11:28 AM
The .jad shows the version as 0.0 and vendor as <unknown>, so I guess the question is, how do I get the information in there during my build without having to manually edit the .jad
04-30-2009 12:10 PM
These items are properties in your workspace (JDW) file.
If you are using the JDE, right-click on the workspace (in the files view) and select "Properties" from the menu.
04-30-2009 12:39 PM
I knew there was a simple answer
Thank you