I want to implement ios In app purchase in my libgdx
game. Im using Android studio
I'm searching for robovm ios bindings, but only that I found is https://github.com/BlueRiverInteractive/robovm-ios-bindings , but this bindings are deprecated. On suggested link https://github.com/robovm/robovm-robopods there isn't any binding for ios IAP.
Is there any other working binding for this purpose?
Can I use (and how) this deprecated BlueRiverInteractive
binding in my Android Studio
project?
I don't want to use gdx-pay
because I don't want to change my android part of my game (I already have implemented android in app purchase for google play store)
Any help would be appreciated Thanks