Dear Corona community,
I use a userID variable set via system.setPreferences to download a user’s images from a cloud. On server side I have a mysql query that fetches only those images where the userID matches this userID.
Now I am wondering how easy it is to change this userID once the app is installed on a device. Idea behind this might be obvious: If a user changed this userID, he could download images from other users.
Can this be done when the device is not rooted? Can it be done if it is rooted?
Thanks for any information