auto update standalone

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

trevix
Posts: 966
Joined: Sat Feb 24, 2007 11:25 pm
Location: Italy
Contact:

Re: auto update standalone

Post by trevix » Sun Nov 14, 2021 6:55 pm

@AndyP
I deliver the preinstalled tvBox hardware without a Google account. It is up to the user to login or not, since my App is preinstalled and doesn't care.
(in case you care, it's device to do sport scoring on TV sets: www.segnapunto.it)
So I cannot control if the user decides to login to google and check that auto-updates are on. In fact this is the main problem.
I cannot preconfigure a google account, to avoid somebody uploading porn to YouTube with my account :shock:
The Android TV does not request the user to google login unless he choses to, in order to downloads app from Google play or to update Apps he already has.

@jacque
This is more or less my option 2), a splash screen standalone, etc. Thanks for confirming that this is possibile (I wonder for how long...)
It comes to my mind that many years ago I did a "can" standalone: the idea was to have an App that could run inside itself any stack the user decided to download, for different uses. It was like a "Browser/WebPage" paradigm, but done with LC.

Now, I wonder what kind of instrument the Google (and for that matter the Apple) store reviewers use, to avoid that users download an App supposed to do something, which instead gets from it own source a content that does a different thing. I would be worried if I was them.
All of this to say that, in order to implement the Splash screen method of updates, I have to rewrite a great deal of code and I wouldn't what to later backtrace to my previous version, because of Good objecting with it.

Thanks for any suggestions.
Trevix
OSX 14.3.1 xCode 15 LC 10 DP7 iOS 15> Android 7>

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7255
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: auto update standalone

Post by jacque » Sun Nov 14, 2021 8:17 pm

They allow interpreted code, as does Apple. If it were compiled code it would be rejected, at least in the app stores.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply

Return to “Talking LiveCode”