libgdx / gdx-pay

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

added alternate amazon IAP purchasemanager #17

Closed just4phil closed 9 years ago

just4phil commented 9 years ago

added alternate amazon IAP purchasemanager (in case openIAB doesnt work) integrated amazon sdk.jar and empty amazon IAP manager (+1 squashed commits) added some methods for amazon IAP

for now only entitlements are implemented and tested

RomanZhilich commented 9 years ago

Can you please provide an example of when OpenIAB won't work, and your solution will? It basically wraps the same amazon jar.

just4phil commented 9 years ago

.... long story....still no solution (so im implemented the alternative)....see the issues here: https://github.com/libgdx/gdx-pay/issues/16 https://github.com/libgdx/gdx-pay/issues/12

noblemaster commented 9 years ago

Looks good. I don't mind adding it, but I really suggest we move this into its own package as it doesn't really belong to OUYA. E.g. into a project "gdx-pay-android-amazon" or so? Could you set that up? I can help you setup the build files if you are running into problems. Thanks.