Details
Description
IOS app crashes when uploading multiple file(especially those captured in iOS camera).
i created the Cordova project using
-Reactjs and Redux
-Axios for server calls
the App crashes when there is too much to sent to server side.for eg: App crashed when i upload more than 10 photos at time, but wont have any issue when uploading less than 8 photos.
in Xcode its showing there is a memory pressure and app gets crashed.
So i don't know how to debug this, tried to cut down memory leak by reducing the loops.
but still no hope
has anyone had the same issue or do you guys know how to solve it?
----------