Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BillingClient: getSkuDetails() failed. Response code: 6

I've integrated Google inApp billing in my android App. It was working fine, But now I noticed that on one device its always returning BILLING_RESPONSE_RESULT_ERROR response. In Logcat it shows following error.

BillingClient: getSkuDetails() failed. Response code: 6

I couldn't find any help regarding this issue, Can someone help me what could be the possible problems and solution. Thanks.

like image 956
Asad Ali Choudhry Avatar asked May 12 '26 02:05

Asad Ali Choudhry


1 Answers

This generally happens when you have signed out from Google account in your device. All you need to do is just sign in again, if needed do a full restart.

like image 168
CopsOnRoad Avatar answered May 14 '26 17:05

CopsOnRoad