StorylySDK for iOS leaks memory
lursk opened this issue · 1 comments
A StorylyView
(internal component StorylyViewController
) holds a strong reference to the rootViewController
, which results in that view controller is still in the memory, even though it should be released. Moreover the internal StorylyViewController
may have its own reference cycle with the internal StorylyGroupCollectionView
, where they hold references to each other.
Environment Details
Storyly SDK Version: --- 1.32.3
iOS SDK Version: --- 16.0
Device Model: --- all
Device OS Version: --- 14.0 - 16.4
Additional Info: ---
Expected Behavior
Once all references to the view controller, which contains a StorylyView
, are nil
ed, the view controller is deallocated.
Current Behavior
The view controller is still in the memory.
Steps to Reproduce
- In the demo application, in the
Demo.storyboard
add an empty view controller and set it as arootViewController
of theUINavigationViewController
. - Add one button to that view controller.
- Link the button's action to show
IntegrationViewController
- Build and run the app
- Tap the button
- Navigate back
- Open memory graph
- Find out that
IntegrationViewController
is still in the memory along with other Storyly's components.
Hello @lursk,
We've released Storyly iOS SDK 1.32.5. We've tested and improved memory usage of Storyly iOS SDK using memory graph with several scenarios.
Thanks,