Marcin Borek
Marcin Borek
Hi, Our users also experience slow synchronization with Contentful. We use: - Contentful 5.4.1 - ContentfulPersistenceSwift 0.17.4 On simulator in a debug enviromnent the synchronization seems to be quicker than...
> I'm having an issue, when I tried to run the program gives me this error, I tried everything u said in this post: > > `Traceback (most recent call...
Actually I haven't detected anything weird in memory graph :/ The only clue is that the following line fixes the issue: ``` ANSDKSettings.sharedInstance().enableOpenMeasurement = false ``` Maybe we will test...
Hi @Kowshickkarthick . We don't see any improvements as well :(
Hi @ppuviarasu , > Hey @danieltovesson, @marcin-bo, We identified that the SDK was holding a strong reference to the view that was not owned by the SDK & hence creating...
And further details: > 1. When we switch few times to other screen and get back to the screen with collection view. Everytime we enter the screen, we make a...
We have updated to 7.17. The updated SDK does not solve the issue - still memory leaks. And setting the `enableOpenMeasurement` flag to `false` on app start solves the issue.