-
Notifications
You must be signed in to change notification settings - Fork 72
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
iOS error when requestConsentInfo again to change consent preferences #276
Comments
@rdlabo any update on this? In the latest release still nothing happens when calling |
I do not really use iOS but in android you first HAVE to get the consent info. If you reset the consent. Then you have to call get consent before calling show form. (sorry for the formating , I am on my phone) |
@distante Thanks for your reply. The first consent works like a charm on both iOS and Android. However if a user wants to change their consent preferences I can call
|
I'm seeing the same thing on iOS. The native SDK documentation recommends calling README says to use |
@basvdijk I had the same problem, and I solved it by first calling the
|
Describe the bug
Ask consent on iOS via the code in the README.MD:
Adding this part did not make difference:
To Reproduce
Expected behavior
Smartphone (please complete the following information):
Additional info
This article https://developer.apple.com/forums/thread/709919 says you have to turn on these capabilities in your app:
This did not make a difference
The text was updated successfully, but these errors were encountered: