cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
550 stars 674 forks source link

[health 8.0.0] #909

Open FebiWilson opened 8 months ago

FebiWilson commented 8 months ago

Describe the bug

Issue: App upload to Play Store blocked due to missing Health Connect permission approval

Description:

This issue is related to an error encountered while attempting to upload an app to the Play Store. The error message indicates that the app requires approval to use the android.permission.health.READ_STEPS permission, which falls under Health Connect functionalities.

Steps to reproduce:

Attempt to upload the app to the Play Store. Expected behavior:

The app should be uploaded to the Play Store without any errors.

Actual behavior:

The upload process is blocked due to the missing Health Connect permission [approval.]

image

FebiWilson commented 8 months ago

Unfortunately, this is outside of our scope because the Health Connect SDK is primarily built in Kotlin and we are unable to support Flutter. I strongly advise you to look through web docs and communities to see if there are solutions available.

On the other hand, pertaining to HC Approval, an approval was given to your app [com.TheAverageApp] on 11/17. Please note that you must only request permissions for the approved data types given to your app. To see the list of approved data types, please refer to the table below:

https://files.slack.com/files-tmb/T05AYE3V9GS-F06LWF3JKC4-281873ddf6/image_720.png

This is what I got from the health connect team