Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authentication requied. You need to sign in google play account. in in-app billing

I have an error

Authentication requied. You need to sign in google play account.

while testing in-app billing on my device with testing account.

I have implemented in-app billing v3 and i have uploaded signed apk in developer console as draft apk and running higher version signed apk in my device.

like image 508
Sanket Kachhela Avatar asked Nov 12 '22 22:11

Sanket Kachhela


1 Answers

You need to login into Play with the same account which is added as Test Account into developer account.

From Testing Your In-app Billing Application

5 . Login to the test device by using a tester account. Test your In-app Billing application by purchasing a few items, and fix any issues that you encounter. Remember to refund the purchases if you don’t want your testers to be actually charged!


As you said you logged in with the same user id, then problem might be Getting “Authentication is required” when trying to access the market

like image 148
Pankaj Kumar Avatar answered Nov 14 '22 23:11

Pankaj Kumar