IOS – Will the app get rejected

iosios-appstoremac-appstore

I'm currently writing a workout logging application in for iOS. My application requires a user to create an account to start logging. All that's required is: username, password, gender, bodyweight. Username/password is used for the initial database row entry, and for unique queries from database. And then gender and bodyweight is used to calculate a Wilks Coefficient (takes into account gender and bodyweight to compare strength among individuals). And that's it. I wrote a privacy policy for this. Was about to submit for review and find out. But looking through the App Review guidelines, it was a tad unclear on the requirements.

Best Answer

As long as it's explicit in the privacy policy, it should be ok. Have you considered adding HealthKit capability?