Asking for permissions under script control (about mobile privacy)

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
simon.schvartzman
Posts: 641
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

Asking for permissions under script control (about mobile privacy)

Post by simon.schvartzman » Thu Mar 21, 2019 1:40 pm

I wonder if it would be possible to ask for permission (both on iOS & Android) to use let's say the location services under script control instead of letting the installation process to do it.

To make myself clear: I would like to explain in details to the user why the App is asking permission to use a given service. So the idea is to present a screen with the details and only after the user agrees the script would command the OS popup question like in:

Code: Select all

androidRequestPermission "android.permission.CAMERA"
Makes sense? Any ideas?

Thanks
Simon
________________________________________
To ";" or not to ";" that is the question

Post Reply

Return to “Talking LiveCode”