Jigar Adesara
Jigar Adesara

Reputation: 85

How can I resolve the "Health Connect permissions approval required in Play Console" error in my Android app?

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?

https://i.sstatic.net/LbZXn.png

Upvotes: 6

Views: 6178

Answers (2)

Leang Socheat
Leang Socheat

Reputation: 1174

Before going LIVE (release), you will need to apply for permissions to access the Health Connect API with Google. Use this application form.

In the form, you will need to specify which data types you intend to read from Health Connect.

Upvotes: 0

ANIGLO Jonas
ANIGLO Jonas

Reputation: 82

Stackoverflow response for react native

I just found this on another thread,

You must wait for an answer from google before it works. Let me know if that work.

Upvotes: -1

Related Questions