Hi,
I'm trying to reduce one of my app size.
It's a theorical driving test app and there is over 400 questions, with a 512*300 pixel images per questions.
There is no problem so far, exept that my app is 250-300Mo to download on the AppStore/PlayStore
I just removed every images from the app and put them online.
Every time a user launch a test (40 questions test) it upload the 40 images (one by one) and store the images in a sprite array. Images are <400ko (Average 150ko)
After the first 6...
Terminated due to memory issue while downloading content
I'm trying to reduce one of my app size.
It's a theorical driving test app and there is over 400 questions, with a 512*300 pixel images per questions.
There is no problem so far, exept that my app is 250-300Mo to download on the AppStore/PlayStore
I just removed every images from the app and put them online.
Every time a user launch a test (40 questions test) it upload the 40 images (one by one) and store the images in a sprite array. Images are <400ko (Average 150ko)
After the first 6...
Terminated due to memory issue while downloading content