Hi All,
Trying to publish an app and got the following:
Unsafe Encryption
Your app contains unsafe cryptographic encryption patterns. Please see this Google Help Center article for details.
-
p0.e0.c
Unfortunately got nothing else, no email, so just have to guess what code its refering to. Best guess is the key used to configure revenuecat for in-app purchase.
configuration = PurchaseConfiguration('goog_********************************');
They suggest using Jetpack (https://support.google.com/faqs/answer/9450925)
I am however struggling to implement this in flutter. Does anyone have any example code/articles etc that could help?
I suspect this will impact all apps that use a key within the app like revenuecat.
Thanks