Re: Downloading apk

2019-07-23 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > On July 20, 2019 2:36:07 PM Richard Gaskin via use-livecode > wrote: > >> J. Landman Gay wrote: >> >>> I'll just direct the user to the web site where >>> they can click a link and it installs. >> >> Wouldn't that require instructing end-users to first turn off >> critica

Re: Downloading apk

2019-07-20 Thread J. Landman Gay via use-livecode
On July 20, 2019 2:36:07 PM Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: I'll just direct the user to the web site where they can click a link and it installs. Wouldn't that require instructing end-users to first turn off critical security features in Android? Kind of, so

Re: Downloading apk

2019-07-20 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > I'll just direct the user to the web site where > they can click a link and it installs. Wouldn't that require instructing end-users to first turn off critical security features in Android? -- Richard Gaskin Fourth World Systems Software Design and Development for t

RE: Downloading apk

2019-07-19 Thread J. Landman Gay via use-livecode
ling List Cc: J. Landman Gay Subject: Downloading apk I'm trying to download an apk update from a server without success. What is the correct URL format? This fails: launch url ("https://www.mydomain.com/myapp.apk";) This launches Chrome but stops at whatever web page was previously o

RE: Downloading apk

2019-07-19 Thread Ralph DiMola via use-livecode
...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Friday, July 19, 2019 5:16 PM To: LiveCode Mailing List Cc: J. Landman Gay Subject: Downloading apk I'm trying to download an apk update from a server without success. What is the correct URL format? This fails: launch url (&

Downloading apk

2019-07-19 Thread J. Landman Gay via use-livecode
I'm trying to download an apk update from a server without success. What is the correct URL format? This fails: launch url ("https://www.mydomain.com/myapp.apk";) This launches Chrome but stops at whatever web page was previously open. It doesn't even go to the designated domain. The goal is