I can't get OUUpdate to see there is an update.
Here is what I have done....
I have added that to my application manifest file...
you can see the contents of the oscano.txt file which is
This is the version info in the manifest file
So, I am thinking OIUpdate SHOULD see an update after I manually update my app from USB but its not seeing it.
What am I doing wrong?
oh well, guess your site..
oh well, guess your site removed XML...
Don't have the time to try to learn to use OIUpdate and learn a forum to ask questions about it too.
Your txt file needs to have 3
Your txt file needs to have 3 lines:
A sample file may look like this:
--------------------
3
1234567
Version 1.0.2: Fixed a small bug
--------------------
The first line gives the VersionCode as in your manifest file. This should correspond to the most recent version in the Market.
The second line gives the application ID, but is currently not used, so you can write any number there (currently the package name is used for a search on the Market).
The third line gives a text that is prompted to the user if they have an older version installed (that is, version code 1 or 2, in this example.)
I hope this helps. Let us know if you have further questions.
Peli