Hello I currently have two apps that are on Unity 2019 and Unity 2020. At the end of October Google will no longer allow me to update my apps unless they have V4.x of their billing AAR.
They use Unity IAP and have the most up-to-date packages available, but these packages include billing-3.0.1.aar and billing-3.0.3.aar respectively.
Is Unity adding support for v4.x? Is there a workaround?
I did try adding implementation ‘com.android.billingclient:billing:4.0.0’ to my gradle.build, but obviously this clashed with the Unity build process when it added the billing-3.x during the Gradle process.
Thanks for any advice.