sdk-release icon indicating copy to clipboard operation
sdk-release copied to clipboard

[iOS] `setAge: null / 0` leads to a coppa-protected account.

Open fbartho opened this issue 6 years ago • 1 comments

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?

fbartho avatar Dec 20 '18 19:12 fbartho

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

Psrinath-branch avatar Dec 27 '18 19:12 Psrinath-branch