I am curious about this excerpt and is it still valid?
17.2 Apps that require users to share personal information, such as email address and date of birth, in order to function will be rejected
I already have 3 apps in the app store which require the user to login using a username or an email.
The users whom access the app must already have an existing account on the associated website. At present if the user does not login the user cannot do anything. At present the registration is not in the app. I would like to add the registration to the app
The registration would require an email for verification. At some point it would also require dob, gender. It is a well being app and some calculations require dob and gender for accuracy. All identifiable data is encrypted using AES256 before it is saved in the database.
Will the a registration page requiring email, and once registered dob, cause the app to be rejected? Advice
Thanks.
17.2 Apps that require users to share personal information, such as email address and date of birth, in order to function will be rejected
I already have 3 apps in the app store which require the user to login using a username or an email.
The users whom access the app must already have an existing account on the associated website. At present if the user does not login the user cannot do anything. At present the registration is not in the app. I would like to add the registration to the app
The registration would require an email for verification. At some point it would also require dob, gender. It is a well being app and some calculations require dob and gender for accuracy. All identifiable data is encrypted using AES256 before it is saved in the database.
Will the a registration page requiring email, and once registered dob, cause the app to be rejected? Advice
Thanks.