A way to resurface consent dialog or reset consents
bitfabrikken opened this issue · 3 comments
Feature Description
It would be nice to have a function which allows users to change their consents by resurfacing the dialog.
Or maybe just a function to reset their choices / delete the TCString, so they're prompted on next app startup.
I'm not entirely sure if it's a legal requirement in GDPR, but it would make sense that some users want to change their consent, or even just see what they've consented to down the road.
I of course haven't found anything for doing this in the documentation or source code to achieve this.
@bitfabrikken, could you check out the Showing GDPR Flow to Existing Users section in our docs to see if that works for you?
@alhiwatan I did see that, but assumed it was left over documentation from another of your plugins because it doesn't seem to work.
The function it asks you to call, ShowCmpForExistingUser, is not defined in the react native module and gives "is not a function" error. Same for showCmpForExistingUser.
This is on Android with MAX module 6.2.1, RN 0.68.7.
Works with 6.2.3, thanks.