I've tried to create Google Developer account several times but without success.
I've created new e-mail and also setup Google pay account with my credit card.
When I go to Google Developer Registration page: https://play.google.com/apps/publish/signup/
and I sign in as new account that I've created and try to pay nothing happens.
In popup where I clicked pay shows up little reloading icon for about 1-2 seconds and then disappear while popup is still the same. At my google pay account there is no any activity and I didn't get any error on registration page.
Is there anyone with same problem? Also I contacted google support but still no help
Related
When I attempt to sign in to game services in my mobile game I get a white modal box with a refresh symbol on it and nothing else happens (Gets stuck there). If I press outside that modal it prompts me to select which account to login to, after-which it shows the same white box.
I recently activated google game services for my mobile app (in beta testing) to setup cloud saves and leaderboards. I setup my OAuth2 correctly using the SHA-1 certificate, and added my self as a tester for the game services. Also double checked to make sure that my app has the correct application-id that is found in the google-play-console.
The game-services them selves are still in draft mode which I believe is fine as long as I have internal testers.
Any help is appreciated as I been stuck on this for 2 weekends now.
Thanks
So the issue seems to be the consent screen, I had to publish my consent screen to get this to work. Once I published the consent screen I was finally able to see the permissions UI, after which I was successfully signed in.
More info:
Google Play Games Services Signin Problems
https://github.com/playgameservices/play-games-plugin-for-unity/issues/2999
Hope this helps someone save a couple of weeks.
As it said at OAuth consent screen page in Google Cloud Platform:
While publishing status is set to "Testing", only test users are able
to access the app.
You have to go to that page and add tester emails or publish consent screen to production state.
As of late, google play is "reviewing" new apps that were published to google play.
My app requires the reviewer to have a demo account, otherwise the user cannot go past the initial screen.
Where is the place that I provide the reviewer with the demo account?
Actually you could provide extra data for google play by follow the instructions bellow:
Login in your google play developer account.
In the left side menu click on Policy -> App Content
Check the radio button "All or some functionality is restricted"
Click on "Add new instructions".
After enter your data you will be able to edit it by click on link "Manage".
Actually in now days google will reject apps that don't fill the
credentials for testing purposes. See the rejection from google play when you don't inform the demo credentials.
Google play does not open the app at all, they run automated tests on it, that does not seem to include opening the app.
It took 3 days and change but it was approved.
i am trying to upload an android application on google play store (google play developer console). i am adding a new visa card and press pay and it gives me this error:
An unexpected error has occurred. Please try again later. [OR-IEH-01]
any help or anyone knows why is this happening?
i found that my google payment account was not activated.
i activated it and the error was solved.
link for vitrification:
google account verification
Recently I was also having this issue, then I contacted Google Support and they gave me this link to provide required info, I posted and within 24 hours my problem was fixed.
Link: https://support.google.com/payments/contact/alt_account_verification
It looks like your Google Play registration payment didn’t process. This can happen sometimes if a card has expired, the credit card or credit card verification (CVC) number was entered incorrectly, or if your billing address doesn't match the address in your Google Payments account.
Here’s how you can find the details of your transaction:
Sign in to your Google Payments account at https://payments.google.com.
On the left menu, select the “Subscriptions and services” page.
On the “Other purchase activity” card, click View purchases.
Click the “Google Play” registration transaction to see your payment method.
You can click “Payment methods” on the left menu if you need to edit the addresses on your Google Payments account.
To add a new credit or debit card to your account, you can follow the instructions on the Google Payments Help Center (https://support.google.com/payments/answer/6220309).
I tried this https://www.youtube.com/watch?v=rMQylbcln90 and it works for my case (I had expired debit card added and causing the error OR-IEH-01),
Basically, you may need to close your current payment profile in setting
https://pay.google.com/gp/w/u/0/home/settings
I'm trying to implement in-app billing using Android, but I'm getting a weird error and I can't find anyone online with a similar problem.
I've done the following:
Uploaded APK with billing permission to developer console as alpha
build.
Added Google group to test, with my personal gmail account as
a member.
Gone to the opt in URL and become a tester.
Added my personal gmail account as an account enabled for testing (in settings > account details).
Created a non-consumable product and set it to "active".
Waited 24 hours.
Put a signed release build on my phone.
When I press the "Buy" button, it opens the store dialog, which says "This is a test order, you will not be charged". All seems good so far, but every payment method says "This payment method has been declined." so I'm unable to continue. This includes Google Play balance, Amex card, Visa and PayPal account.
I've tried the following, none of them worked:
Used a different google account for test payments.
Removed my account from the list of test accounts in the developer console settings to try and use with "real" transactions.
Tried a different device.
Tried creating a different product.
Any thoughts on what might be wrong?
Google support have advised that the error is caused because the merchant account is "under review". They're looking into the reasons for the review and attempting to resolve the issue. I'll update this answer with their final response.
The best advice is to contact Google support through the merchant help centre: https://support.google.com/merchants
Update: Google fixed the account and it started working straight away. You definitely need to contact them to get this sorted.
We want to enable In App billing in our app. In our app's settings, we have two options:
However, when we click Set-up a merchant account, it just goes back to the home page without an error message. (We already have a Google Checkout account). Has anyone experienced this and what is the remedy?