Hello! My app is made using flutter and purchases_flutter. About a month ago I upgraded purchases_flutter from 5.6.5 to 6.30.2. The software update has been accepted, but a few days ago I received the following message:
We found an issue in the following area(s):
- Version code 26: Policy Declaration - Data Safety Section: Device Or Other IDs Data Type - Device Or Other IDs (some common examples may include Advertising ID, Android ID, IMEI, BSSID, MAC address)
I checked my merged manifest file and there is no
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
code inside manifest.
I’ve seen this article: Google Play's Data Safety and it talks only about purchase history (financial data). In my existing data security form, I declared that the application does not process any data (I have not seen the above mentioned article before).
What to do? Submit a declaration on processing only financial data (Google clearly writes about Device Or Other IDs). Is it possible that they treat the anonymous identifier generated by Revenuecat as this type of identifier?