This repository was archived by the owner on Jul 20, 2023. It is now read-only.
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
setAge: null / 0 leads to a coppa-protected account. #45
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?