You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help
Unfortunately, I do not have suitable experience in Objective-C
I noticed the following behavior:
When an optional AdjustBridge object is initialized and deleted, it remains in memory. Judging by the debug, it is held by the "messageHandlers" dictionary objects that are created by Adjust.
Unlocking the library and applying [_base.messageHandlers removeAllObjects]; before removing gives a result. Please tell me how to fix this issue. Thank you!
The text was updated successfully, but these errors were encountered:
Xcode version
Version 13.2.1 (13C100)
Swift version
Swift 5
Installation platform & version
Cocoapods 1.11.2
Goals
Using AdjustBridge
Expected results
Deleting an AdjustBridge Instance from Memory(When self.adjustBridge = nil)
Actual results
The AdjustBridge instance remains in memory
Steps to reproduce
Details
Please help

Unfortunately, I do not have suitable experience in Objective-C
I noticed the following behavior:
When an optional AdjustBridge object is initialized and deleted, it remains in memory. Judging by the debug, it is held by the "messageHandlers" dictionary objects that are created by Adjust.
Unlocking the library and applying [_base.messageHandlers removeAllObjects]; before removing gives a result. Please tell me how to fix this issue. Thank you!
The text was updated successfully, but these errors were encountered: