문제

EDIT: I think the scope is https://www.googleapis.com/auth/androidpublisher but now I get invalid value.

The app I use is the sample app included in the billing api named trivaldriving modifying the pay load to 123 and package to com.appspot

SKU I see in my wallet is inapp:com.appspot:gas

(right click on image and open in new tab)

console console

I think the token field is wrong and it is not the payload but something else?

도움이 되었습니까?

해결책

1) by token they mean sales token that only the android device can get infiniteGasPurchase.getToken() and it is not the payload token or access token or refresh token.

2) products is just in my case gas not the sku com.appspot.gas

3) scope is https://www.googleapis.com/auth/androidpublisher

And yes this made me frustrated haha :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top