Getting error:
We were unable to approve your app because the app description on the
Play Store does not reflect the use of AccessibilityService API.
How do I fix this?
Related
I'm asking this question again because existing solutions are not working in 2022.
Users give their package name in an input URL.
I have Oauth on my website.
I get auth token and refresh token from here and send a request to the following API.
GET https://www.googleapis.com/androidpublisher/v3/applications/your_package_name/reviews?
access_token=your_auth_token
I get the following error
I get the project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.'
Is this happening because I have not asked for any scope in Oauth?
Is there any way I can make getting reviews as simple as possible for users? Like after Oauth, users can immediately look at their ratings for this week.
I have switched on all these on play.google.com/console.
I tried to add keywords in app description like this-
keyword,keyword,keyword,keyword ...
But they rejected my app to publish in google play store.
Showing that there is issue with your app
Your app contains content that doesn’t comply with the Metadata policy.
Specifically:
The app title or description does not accurately describe the app’s functionality.
Issue details
We found an issue in the following area(s):
Full description (en_US): keyword,keyword....
I am trying to create a Google Play Developers account but am unable to proceed any further as when I am on the Public Name screen, it states "To continue, fix errors". Anybody has faced this issue before and knows how to work around it? I am unable to send an email to Google as well as it somehow requires me to produce a Developers ID and App Bundle ID
I implemented oauth in my search message extension. in local debug I see the sign in link and when clicking on it, it opens the window as well. But when I deploy the code to Azure, I dont even see the sign in link and it says unable to reach the app. Below are the error I saw on console:
FIX
Check the App Id and Secret given in Teams Toolkit. It should be correct. You can get more details in application insight.
I am currently trying to verify my Google OAuth App, and for the demo video I need to show the App Name and Client ID on the OAuth Client. However, I am only able to get the domain.com to show up. I have configured my App Name in Google Cloud Console. Does anyone know how to fix this?
I have resolved this issue and verified my app! Turns out, you only need to show your App name and client id in some way in the Demo video and configure it in Google Cloud Console.