Recently I came to know about console.developer.google,can anyone will tell me that what is the use of console developer google for android?
It's for you to manage publication of your app.
Related
Yesterday (23.04.2020) our Firebase started reporting a lot of google maps library bugs:
Does anyone know what's going on and how to work around it?
Bug on Google's side, see https://issuetracker.google.com/issues/154855417
There is a workaround you can do there, or wait for a forthcoming update to Google Play Services.
I have integrated Google In-App subscription in one of my apps. It was integrated successfully. But, one mistake I have made while making subscription plans without a linked project with Google Play Developer Console. I found the same issue's answer on stackoverflow and everyone said that first link your project and then start to create subscriptions plans. I created a few more plans after the project linked, but this issue yet not fix.
Below, I have attached error snippets
Here, I saw you exact steps that I have performed.
At first, we made two plans(in-app product, subscription) and then we linked the project through google play console.
When we hit the google play developers API, we get error 403, "Project Id not linked to google play".
After searching through StackOverflow, we got to know, first, the project is to be linked and then the subscription plans are to be added. So we made two more plans in the project after linking it.
However, the error still persists.
Can you please help us with why this error is coming despite the project being linked and subscription plans made after linking that project?
The below added are links that we refer for the solution.
The API URL that we use: Purchases.subscriptions: get and Inappproducts: get
Also, here I have attached stackoverflow and GitHub links which have the answers on the same issue that I already tried:
Error: 'The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.'
"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console."
https://github.com/googleapis/google-api-php-client/issues/1529
Please help me to resolve this issue.
Thank you.
I am really confused on why there is a project named Google Play Android Developer in my projects listing. I have developed a really simple app which I created a project for but I don't know what Google Play Android Developer project is for. When do I use this?
P.S. Sorry if this is the wrong place to post. I couldn't find a better place
U can reffer Android developer console ;
Click this link
At first, I had the same problem as this guy: Implementing google play services in android
btw, I followed this tutorial including creating an oath 2.0 client ID: https://developers.google.com/+/mobile/android/getting-started
I followed the solution there and it fixed the compilation error. However, now, when I try to actually have the user sign in it just says "Internal error."
Does anybody know if there is a good beginner tutorial for using google play or Google+ in apps?
For me, this problem was resolved by following this tutorial: http://www.androidhive.info/2014/02/android-login-with-google-plus-account-1/
then by visiting the Consent page under APIs & Auth in your developer control panel for the app. See screenshot here: http://picpaste.com/Consent_Screen.jpg
Can anyone used Google+ in android app? I searched about the same thing but I found nothing. If anyone have any idea or related code then please post here.
Thanks.
There is no public API yet, but you can sign up for updates here:
https://services.google.com/fb/forms/plusdevelopers/
A basic Java library is available here:
http://code.google.com/p/javaplus/
And a basic PHP library here:
https://github.com/jmstriegel/php.googleplusapi
Here is the link to the Google APIs.
https://developers.google.com/+/mobile/
You can create your application, and add several APIs to it (Youtube, Google+, etc).
There are several samples.
Hope its useful
You can also try http://code.google.com/p/google-plus-java-api/
Integration of Google Plus into your android application requires following prerequisites
Enable Google+ API on Developers Console and create credentials for your application authentication
Configuring Google Play Services in Eclipse
Create Android Application with Google Plus Sign In
You can check detailed step by step tutorail at
http://androidsrc.net/integrating-google-plus-sign-in-into-your-android-application/