Closed barbarok closed 3 weeks ago
Hi @barbarok, we are in the process of migrating from SafetyNet to the new Play Integrity API throughout the next few releases. Rest assured, we will have removed our dependency on SafetyNet before the full turndown in January 2025.
Hi @chr-stripe Is there a timeline for Stripe removing this dependency? Thanks
Yes, this will be removed in our upcoming SDK release.
@chr-stripe Thanks for confirming. I saw that the React Native library uses the stripe terminal core SDK for android. Will a new version of the RN library be released at the same time with this fix?
React Native SDK releases will typically trail Android and iOS SDK releases by a few weeks as the changes are implemented and tested.
SafetyNet has been fully removed as a dependency from Tap to Pay in SDK version 4.0.0
.
Hello,
I'm having this warning on Google Play Console for my app which uses Android Stripe Terminal Tap To Pay SDK.
Then I noticed in the dependency tree of my app that com.stripe:stripeterminal-localmobile dependency has com.google.android.gms:play-services-safetynet as a transitive dependency which is now deprecated and has been replaced by com.google.android.play:integrity :
Both dependencies are present in version 3.5.0 of localemobile dependency.
See on Maven Website
Do you intend to remove safetynet from localemobile dependency soon ?
Thank you for your answer.