libgdx / gdx-pay

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

Updated function naming to use RoboVM 1.0 calls for createFromProduct #35

Closed peterwilli closed 9 years ago

peterwilli commented 9 years ago

A word of warning: from this commit on, you have to have RoboVM 1.0.0. This change will break compatibility with older versions of RoboVM.

The latest LibGDX setup app installs with LibGDX 1.5.5 and RoboVM 1.0.0, so what would be best is to add some kind of warning in a upgrade guide or something like that.

I can do backwards compatibility if the need arises (and if I have time to do so)

peterwilli commented 9 years ago

It now also includes getInformation support for iOS. I dont know how to make separate pull request but just so you know it's there.

noblemaster commented 9 years ago

Don't worry. Doesn't matter if it is the same pull request.

Also, I added a warning onto the github's main page to tell people to upgrade to libGDX 1.5.5 and RoboVM 1.0.0. I don't really see a big problem with backwards-compatibility. If someone wants to use the latest gdx-pay, they simply have to upgrade libGDX/robovm as well.

Again, thanks :-D