libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
225 stars 83 forks source link

Purchasing a subscription on openiab results in an error #46

Closed xoppa closed 9 years ago

xoppa commented 9 years ago

I'm not very familiar with gdx-pay, but it looks like there's an issue with purchasing a subscription on android/openiab. When purchasing an Offer with type OfferType.SUBSCRIPTION it results in the following error:

IabResult: -1008, IAB returned null purchaseData or dataSignature (response: -1008:Unknown error)

this link suggests that this line should call helper.launchSubscriptionPurchaseFlow instead when its type is subscription.

noblemaster commented 9 years ago

This might be fixed with the latest pull request. Please verify! Thanks.

xoppa commented 9 years ago

Thanks. It looks like it hasn't been fixed with latest pull request.

alex-dorokhov commented 9 years ago

It was not, I didn't work on it.

xoppa commented 9 years ago

Ok, i'll go ahead and reopen this then.