Google Play Billing Library 3.0.3 causing memory leak
Asked Answered
B

0

6

According to release notes of Play Billing library 3.0.3 the memory leak has been fixed. But i am still getting this leak from Leak Canary


enter image description here

enter image description here

Google Play Billing Library release notes

Code where I am setting up the BillingClient (onCreate of my Fragment)


enter image description here

Code where I am calling BillingClient.endConnection() (onDestroyView of my Fragment)


enter image description here

Is there anything wrong with my code or is it the existing memory leak from Google's Library ?

Bayard answered 9/4, 2021 at 17:3 Comment(3)
Having the same problem, even after updating to billing library 4.0.0 - did you find a fix or any other way to work around it?Cannoneer
@MàriusMoraBosch not yet 😥Bayard
Not fixed even yetDegrease

© 2022 - 2024 — McMap. All rights reserved.