Page 1 of 1

Change settings for mobile device

Posted: Fri May 01, 2015 9:05 am
by ludo
Hello,

Here a plugin for Livecode to change some settings for mobile device that not accessible by the standalone settings . Put the file in your plugins folder. At the first update, originals files are saved in a "Saved" folder in your plug-in folder.

You can change :
For iOS :
- the language used by your app (for the appStore),
- Activate the beta test for TestFlight

For Android :
Add some custom intent filters

Not tested on Windows or Linux ! But normally it's work !
MobileSettings.zip
(30.09 KiB) Downloaded 524 times

Re: Change settings for mobile device

Posted: Fri May 01, 2015 9:35 pm
by Simon
Hi ludo,
On Android does the app have to be re-signed (keytool)?
I thought that once packaged any tampering with the files negated the signing.

Or do I have it all wrong?

Simon

Re: Change settings for mobile device

Posted: Tue May 05, 2015 1:13 pm
by ludo
You need to update settings before create the standalone.

Re: Change settings for mobile device

Posted: Mon May 11, 2015 6:40 am
by ludo
New version :
- erase an important bug !
- Display an alert if there is an error.