sdk-release
sdk-release copied to clipboard
[iOS] `setAge: null / 0` leads to a coppa-protected account.
We don't track or collect our user's age in our Product. Our product is only for adults. As a result we have no "sane" value to Set Age with.
The iOS SDK Code as written treats an age of 0 as "underage" as far as I can see from the code.
Is there a way to declare globally that age is irrelevant for our product? Otherwise I'm going to have to hack it with setAge: 1000.
Thoughts?
Hi @fbartho -
Thank you for reaching out to us with this question.
As your app isn't for underaged kids, our recommendation is not to setAge: or use the setAge: method in your code.
Thanks! Pooja