Page 1 of 1

Where images are stored after exporting the app?

Posted: Tue Dec 10, 2013 10:36 am
by Adam Garbinski

Hello,
Where the uploaded images are stored once I export my .apk or .ipa file? Is the reference inside the app made to local file system on the device or the app still pulls images from Appery servers?
I have offline functionality in my app and I am not sure if I can use uploaded images in offline mode.


Where images are stored after exporting the app?

Posted: Tue Dec 10, 2013 11:02 am
by Kateryna Grynko

Hi Adam,

After exporting, images will be stored inside the app on your device, if they are uploaded via UI Builder. Or in Database - if you store them there.


Where images are stored after exporting the app?

Posted: Tue Dec 10, 2013 11:24 am
by Adam Garbinski

Thank you Katya.
Best regards.