-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App being rejected due to not meeting compliance [Health - Other] #2217
Comments
Same issue, any update? |
Follow my blog linked above. It’s what I used to publish the demo app. It’s completely between you and the Play Store, |
We got the app approved 😀🎉 In case anyone else encounters this issue, this is what we did:
|
Can you explain more about how exactly you “removed Health (Other)”? |
"Health - other" as in one of the declarations on google play console. When you submit an app, there's a section called "Policy and programs" on the left pane. When you expand it you'll find an item labeled "App content", select it and you'll see 2 tabs, one of which labeled "Actioned". In the Actioned tab you'll see all sorts of items google identified in your app that are related to policies. There you can provide explanations related to your app. In our case, under "Foreground service permissions" we checked "Health - other" section, which was a mistake. Hope this clears up things. |
Thanks, I’ll investigate that in my Play Console. |
this works, add these lines.
|
Your Environment
react-native -v
): 0.75.2Expected Behavior
App approved by google and released on the store.
Actual Behavior
The app gets rejected for not meeting compliance requirements.
I reviewed the issues section of this repo and read 2031 and 1953 as well as your blog post, but it seams that the issue we're facing is a bit different.
Upon installation we display a very descriptive dialog explaining why we require the FOREGROUND permissions.
We've tried your recommendations for the blog post, adding several versions of declaration text and video, with no help.
Google are complaining for 3 reasons:
Issue found: Service interruption or deferment of functionality does not have material user impact
We found that one or more of the declared use cases is not compliant with how foreground service permission is allowed to be used. Specifically, the declared use case(s) can be interrupted or deferred by the system without creating a negative user experience. Your app is using foreground service to Health - Other when it is not required to do so.
Issue found: Permission use is either not declared or incorrectly declared
We found that one or more of the use cases utilizing the foreground service permission in your app has either been incorrectly submitted or is missing from your Console declaration.
Your app is utilizing foreground service to Health - Other, but you have not disclosed this in your declaration or it is not required.
Issue found: Functionality is not initiated by or perceptible to the user
We found that one or more of the declared use cases is not compliant with how foreground service permission is allowed to be used. Specifically, the user is not made aware of functionality requiring permission when active. Use of FGS is not perceptible to the user when performing Health - Other functionality.
If you or anyone have any guidance that may help us go past this hurdle it would be highly appreciated.
The text was updated successfully, but these errors were encountered: