You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating Adjust SDK to v5, we found that Future<String?> Adjust.getAdid() wasn't completing anymore on Android for users who have been marked for deletion via POST https://gdpr.adjust.com/gdpr_forget_device
The text was updated successfully, but these errors were encountered:
Sorry for the delay in replying to this one. We have actually added changes in the meantime to address this use case of yours. Can you double-check now if you're seeing getter being triggered for the opted-out users?
Hello!
After updating Adjust SDK to v5, we found that
Future<String?> Adjust.getAdid()
wasn't completing anymore on Android for users who have been marked for deletion viaPOST https://gdpr.adjust.com/gdpr_forget_device
The text was updated successfully, but these errors were encountered: