So, I finally joined the developer program and tested my app on the device. It turns out that app is using around 40-50mb memory which is bad. I have measured that the UIWebView uses around 30-40mb of memory when I send a request to it. So I have tried many solutions like releasing the webview and such, but no luck. My apps memory usage is around 15mb, but when the webview loads a page it jumps to ~50mb as I told. I have searched around the internet, but can't seem to find a working solution. Has anyone else expirienced this kind of behavior before? Really sad this kind of situation comes right before I am ready to move the app to the store. Thanks in advance, I would be forever thankful!
Note: The webview is hidden, as I need to perform javascript on it and after AJAX has loaded, get the source code. It has no other use.
Note: The webview is hidden, as I need to perform javascript on it and after AJAX has loaded, get the source code. It has no other use.