libgdx / gdx-pay

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

"Integration example with resolvers" broken link #152

Closed fmmarzoa closed 5 years ago

fmmarzoa commented 6 years ago

On this document: https://github.com/libgdx/gdx-pay/wiki/Integration-example-with-resolvers

The link referenced here is broken (404):

the getters and setters for the plaformResolver belong to you main game class. check here: https://bitbucket.org/just4phil/gdxpayexample/src/b86dd21d2a06da477c78f2e911d189d69b393890/core/src/com/mygdx/game/GdxPayExample.java?at=master

just4phil commented 6 years ago

Hmm... Should be this

https://bitbucket.org/just4phil/gdxpayexample/src/bb586690e7121c04809d0b4440a28ed75f170569/core/src/com/mygdx/game/GdxPayExample.java?at=master&fileviewer=file-view-default

keesvandieren commented 6 years ago

The example is outdated: old Robovm version, old gdx-pay version. Anybody willing to update the example?

MrStahlfelge commented 5 years ago

See #104, this will get solved with a working example project.