microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.62k stars 709 forks source link

SAFETY NET ERROR #635

Open caneryilmaz opened 1 year ago

caneryilmaz commented 1 year ago

hi, im developing android application that have seal sdk, when ı publish my app to playStore im getting safety net error, I did not include directly safety sdk using by "com.google.android.gms:play-services-safetynet:16.0.0" but seal sdk has contain safety sdk so google play told me "you should change safety sdk (because safety is deprecated) with "Google Play Integrity API"

so how can ı change "safety sdk" with Play Integrity inside Seal sdk ?

this case very important for us, we should fix it immeditly , waiting your support,

thanks.