DEV Community

Robin Alex Panicker
Robin Alex Panicker

Posted on

How to detect memory leaks in iOS apps

Tools like XCode Leaks Instrument for iOS help developers identify such leaks n the development time itself. But what is the guarantee that all such leaks are identified and all possible use-cases are tested properly?

What if the developer and the tester missed some use cases and there are memory leaks happening in production? Here is where Finotes help the developer to get notified about the issue in real-time and that too with as much relevant data as possible so that (s)he can reproduce the bug.

Read more: https://www.blog.finotes.com/post/detect-memory-leaks-in-ios-objective-c-swift

Top comments (0)