I am developing an iPad app ( hybrid), which has native UINavigationbar and UIWebview ,thats all. I load webview with external url. It works fine for some time . But after that it is getting crashed with log in console "Received memory warning." twice. I checked the "Instruments" , it has very very less leaks discovered (around 100 bytes) and objective-codes are not all executed at that time
It clearly shows that app size increased the threshold.But is there any way to increase the size of the app , so that it will not throw memory warning error. How to handle this issue?
Any help please?