Closed hiteshchalise closed 1 year ago
+1
implementation("com.paypal.checkout:android-sdk:0.8.6"){ exclude group: "org.jfrog.cardinalcommerce.gradle", module: "cardinalmobilesdk" } implementation("org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.7-2")
Hey @hiteshchalise @mcoskunnn @caizhixing - Thanks for reaching out with this issue!
We're in the process of updating the Cardinal SDK and will have a new version of our SDK published shortly. We'll update you all here once that new version is available.
Good to know @tdchow! Initial pass of the above solution is working for me on 0.8.5
as well 🤙
Hey @caizhixing and @developer-dmp - I was seeing reports in other SDKs that include Cardinal 2.2.7-2
that apps were still getting flagged by the Playstore.
Can you confirm that you were able to get your latest APKs approved by forcing version 2.2.7-2 of the Cardinal SDK?
I did not send the newest app (contain version 2.2.7-2 of the Cardinal SDK) to googlle to review.
Yeah @tdchow we were waiting on this change first to be honest. I can keep you updated with our next release
@caizhixing @developer-dmp - No worries at all. Cardinal has confirmed that 2.2.7-2
is compliant with the Playstore. We're still working on getting a new release out with this version. Please hang tight!
Hey everyone! Version 0.8.7 of the SDK is now available, which includes the latest Cardinal version. Updating to this version will resolve the Playstore compliance issue!
https://github.com/paypal/android-checkout-sdk/blob/main/CHANGELOG.md#version-087
Thanks @tdchow!
Issue addressed in 0.8.7
version of the SDK.
Please see https://github.com/paypal/android-checkout-sdk/pull/179 for additional context.
Our application was hit with a google play policy compliance issue.
I am currently using version 0.6.2 of android-checkout-sdk.
From my understanding our application has no direct dependency with Cardinal Mobile SDK but it is through android-checkout-sdk. Will upgrading to newer version of andoid-checkout-sdk solve this issue? I Just want to make sure that I upload a policy compliant update.
Any help will be appreciated, thank you.