Hi all I have an app that does not start on the 4S and 6+ - it is fine on the other iPhone versions. It also works on the emulator too - for all versions. The splash screen shows and then the app stops and exists. The splash screen is called in Activity_Create. I have added a try catch block...
Users are having to restart their phones every 2 days to clear memory so yes, there's an issue. Is there any way to display available memory so we can detect where there are memory leaks?
There is no such thing. Your app cannot leak the phone memory. Killing the app will always return the consumed memory to the OS. If your app has a memory leak then it will eventually crash.