Keith Mayoral
Keith Mayoral
The fix has been merged in, thank you!
I'm just chiming in to echo everything @costafotjet has mentioned, our experience has been the same throughout. Perhaps a minor difference in our experience was that when I initially made...
Additionally, do you have any insight @sarahkoop on what Google's system is looking for when marking an app as out of compliance? I only ask because I know that the...
Ah, I see, that decompiled code refers to [KountConfiguration.java](https://github.com/braintree/braintree_android/blob/7476645d50eedf6cfbfb7ada97c9982a61353f74/Braintree/src/main/java/com/braintreepayments/api/models/KountConfiguration.java#L12) in the 3.x branch. I see that is still referenced in the Configuration class but is always set as null. I...
@costafotjet 's comment seems to confirm (thank you by the way!) that the warning did not get resolved by updating to `3.21.1` and instead was only resolved after updating to...
@vuphamdirox , thanks for your reply. Just as several others and myself have mentioned though, all tracks have been updated and we keep getting notified by Google that the version...
It seems that the only verified solution by @costafotjet was to update to the 4.x version of this repo. I can confirm that my bundles which contain the 3.21.1 release...
Thank you @sshropshire! I've also filed several appeals and have been waiting for a response from a "specialist" support team on the Google side for five days now. They originally...
Here is a dump of my reproduction of the issue as well (as this is still happening): ``` ==================================== HEAP ANALYSIS RESULT ==================================== 1 APPLICATION LEAKS References underlined with "~~~"...
Here could be an example implementation (untested): ``` package com.google.maps.android.rx import com.google.android.gms.maps.GoogleMap import com.google.maps.android.rx.shared.MainThreadObservable import io.reactivex.rxjava3.core.Observable import java.util.WeakHashMap /** * Utility class used to create shared observable instances that will...