-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urban Airship SDK keeps sending response of resetting device ID to the app #628
Comments
Could you provide more info?
If the SDK is disabled using privacy manager it should no-op. Once you enable a feature we do some set of operations based on that feature. If you go from some features enabled to no features enabled, you should see few requests for us to opt the user out but then the SDK should go back to the no-op state. |
Hi @rlepinski, Please find below my answers:
Thanks in advance for your support |
Could you gather verbose logs or provide an example that I can use to reproduce your issue? |
Hello @rlepinski
|
cause of data privacy reasons, the Urban Airship SDK is only allowed to proceed, storage user data and sending network calls to the app, if users agreed to give consents.
We´ve found out the actual behavior as follow:
The expected behavior is:
If user revoked the consents and put the app in the background, every time when user opens the app from the background, nothing should be sent to the SDK until the consents are given again.
Additionally, here is the pentest findings:
pls kindly resolve the defect and if there is any questions, let reach me out. Thanks!
The text was updated successfully, but these errors were encountered: