libgdx / gdx-pay

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

Ios fixes #61

Closed alex-dorokhov closed 8 years ago

alex-dorokhov commented 8 years ago

Fixes:

  1. fix NPE in iOS getInformation: could occure before in gdx-pay code, if PurchaseManager is not installed, but user calls PurchaseSystem.getInformation(...)
  2. add robovm.xml to force link classes automatically: now we don't need to ask users to add anything into their robovm.xml (). Easier setup! :)
  3. make PurchaseManageriOSApple work on ios 6: app crashed before, because of absence of some methods on ios6 and earlier
noblemaster commented 8 years ago

Looks great! Thanks for the pull request :-D