How to get around asking for DOB

We are trying to publish a peer to peer sharing app. Our T&C's require the users to be at least 18 years old since there is legality around the agreements between users. Apple keeps kicking this back and stating we should not ask them their age. How do we get around this?

Here's what they keep referencing:

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

5.1.1(v) Account Sign-In If your app doesn’t include significant account-based features, let people use it without a login. If your app supports account creation, you must also offer account deletion within the app. Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law. If your core app functionality is not related to a specific social network (e.g. Facebook, WeChat, Weibo, Twitter, etc.), you must provide access without a login or via another mechanism. Pulling basic profile information, sharing to the social network, or inviting friends to use the app are not considered core app functionality. The app must also include a mechanism to revoke social network credentials and disable data access between the app and social network from within the app. An app may not store credentials or tokens to social networks off of the device and may only use such credentials or tokens to directly connect to the social network from the app itself while the app is in use.

Issue Description

The app requires users to provide personal information when registering that is not directly relevant to the app's core functionality.

Apps should only require users to provide information that is necessary for the app to function. If information is useful for a non-essential feature, apps may request the information but make it optional.

Examples of app concepts and inappropriate required information:

  • A general shopping app that requires the user's marital status
  • A rideshare app that requires the user's gender

Next Steps

Update the app to not require users to provide the following personal information:

DoB Gender

Resources

Learn more about data collection and storage requirements in guideline 5.1.1.

Support

  • Reply to this message in your preferred language if you need assistance. If you need additional support, use the Contact Us module.
  • Consult with fellow developers and Apple engineers on the Apple Developer Forums.
  • Help improve the review process or identify a need for clarity in our policies by suggesting guideline changes.

Replies

Are you asking for their specific birth date? It may be acceptable to just ask: Are you at least 18 years old?

  • Yes we are asking for Date of Birth. This is also spelling out in our end user agreement as well.

Add a Comment

As Scott outlined, why do you need the exact Date of Birth ? You have no way to check it anyway. What would you miss by asking whether or not user is more than 18 ?

It also seems you ask for gender. Why do you need ?

This is also spelling out in our end user agreement as well

Unfortunately, sounds like maybe your license and app requirements got developed without considering App Store policies up front. If so, there’s no good solution aside from just making the changes needed to pass review.

It also seems you ask for gender. Why do you need ?

Indeed, be very careful there. I can’t even imagine what a “peer to peer sharing app” needs with gender. If it’s just for cosmetic purposes, such as choosing pronouns for addressing users in messages that you generate... well, be very, very careful. Or just don’t go there.