-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
completeTransactions leak #110
Comments
I am experiencing the same leak. I checked the demo app and that seems to have the leak as well. |
Once the PR is merged, would be good to test for similar leaks. |
@aguila9 could you retest this on version 0.7.0? If this issue is not updated in a few weeks I will close it. |
Tracking memory leaks on this other issue: #120 The one you refer to should no longer happen as Closing this issue. |
Platform
In app purchase type
Environment
Version
0.6
Report
Issue summary
Hi, thanks for your great work.
I implemented "completeIAPTransactions()" inside the AppDelegate, as you suggest. I'm using the same code that you use in your demo app. Instruments is showing a small leak.
_NativeDictionaryStorageImpl<String, InAppProductPurchaseRequest>
_NativeDictionaryStorageOwner<String, InAppProductPurchaseRequest>
Are you aware of this? or is the problem on my side?
Thanks for your help.
The text was updated successfully, but these errors were encountered: