问题
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.
回答1:
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.
回答2:
Well, my situation is the connection between my device and google's servers is unstable.Try to open the GooglePlay,and check if the connection is healthy.And it wroks.
来源:https://stackoverflow.com/questions/55742321/billingclient-getskudetails-failed-response-code-6