Search code examples
javaandroidin-app-billing

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.


Solution

  • 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.