I'm developing a Flutter app which uses the health package to use health related data. And while trying to upload android app, during the upload process in Google Play Console, I encountered the error message "You need approval to use the following Health Connect permissions in your app." The permissions listed include
android.permission.health.READ_STEPS
android.permission.health.READ_HEART_RATE
android.permission.health.READ_SLEEP
android.permission.health.READ_BLOOD_PRESSURE
android.permission.health.READ_OXYGEN_SATURATION
android.permission.health.READ_HYDRATION
I understand that accessing health data requires approval and we got the approval from the Health Connect by filling the Developer Declaration Form form, but still error remains the same in Play console. Can someone guide me through the steps to obtain the necessary approval and resolve this issue?
To apply for access to these permissions, follow these steps:
Go to the Google Play Console and select your app.
Click on "Features" and then select "Health Connect."
Click on the "Request access" button for each permission you need.
Provide a clear and concise explanation of why your app needs access to each permission.(It is mandatory beacuse of the Health Connect Access criteria)
Submit your request and wait for Google's review.
Once your request is approved, you'll be able to use the requested permissions in your app. Remember to handle these permissions responsibly and respect user privacy.