| To: | REALbasic NUG <realbasic-nug at lists dot realsoftware dot com> |
|---|---|
| Subject: | Re: Downloading a new version when there is a update available on my site? |
| From: | Phil Mobley <phil at mobleybros dot com> |
| Date: | Mon, 29 Nov 2004 16:26:56 -0800 |
| Delivered-to: | realbasic-nug at lists dot realsoftware dot com |
| References: | <1go1i6l dot 5apc4qbmez9sM%support at monkeybreadsoftware dot de> |
On Nov 29, 2004, at 4:19 PM, Christian Schmitz wrote: You could simply make a download like: http://www.mydomain.com/files/updates/MyApp200.zipThe Number (200 for 2.0.0 in this case) is the current version number ofthe application.
Better would be:
http://www.mydomain.com/files/updates/MyApp.txt
Which contains the most recent version number, a tab separator and the
link to the latest version. Your app would just check the version
number and compare it with the version number running. If the version
is newer, get it from the link after the tab.
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html> |
| Previous by Date: | Re: Downloading a new version when there is a update available on my site?, Christian Schmitz |
|---|---|
| Next by Date: | Re: Downloading a new version when there is a update available on my site?, Brian Heibert |
| Previous by Thread: | Re: Downloading a new version when there is a update available on my site?, Christian Schmitz |
| Next by Thread: | Re: Downloading a new version when there is a update available on my site?, Brian Heibert |
| Indexes: | [Date] [Thread] [Top] [All Lists] |