Can you disable the sending of AAID (Android Advertisement ID)?
in progress
Adapty Support
in progress
Hey there!
We’ve already released this feature in the Android SDK, and it will be available for Flutter in the next release.
If you’d prefer not to wait, there’s a potential workaround you can try. On Android, you can exclude the Google Ad-ID dependency -
com.google.android.gms:play-services-ads-identifier
. While this approach should work in most cases, there’s a small chance it might not be effective in your specific scenario.
Adapty Support
in progress
Hey there!
We’ve already released this feature in the Android SDK, and it will be available for Flutter in the next release.
If you’d prefer not to wait, there’s a potential workaround you can try. On Android, you can exclude the Google Ad-ID dependency -
com.google.android.gms:play-services-ads-identifier
. While this approach should work in most cases, there’s a small chance it might not be effective in your specific scenario.
Adapty Support
under review
D
Dario Elyasy
I have the same problem with my app. Basically I was forced to switch to RevenueCat because of this issue.