You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our app was rejected during the Google Play review process because a foreground service permission is being declared in the merged Android manifest file but was not properly documented in our Play Store listing. After investigating, we've identified that this permission is being requested by this package. (See image below)
QUESTION:
How is it being used? and how can it be demonstrated to the review team?
The text was updated successfully, but these errors were encountered:
@Jaybee4real you are looking at the wrong line, FOREGROUND_SERVICE wasn't added from this package (as it doesn't have it in manifest). Culprit would show on next lines (1292+) on your screenshot.
Our app was rejected during the Google Play review process because a foreground service permission is being declared in the merged Android manifest file but was not properly documented in our Play Store listing. After investigating, we've identified that this permission is being requested by this package. (See image below)
QUESTION:
How is it being used? and how can it be demonstrated to the review team?
The text was updated successfully, but these errors were encountered: