robovm-ios-bindings
robovm-ios-bindings copied to clipboard
in-app purchases for iOS 9
I have an issue using the in-app purchases bindings for iOS 9 and iOS 8. I described it here: http://stackoverflow.com/questions/32783058/robovm-ios-version-compatibility
What do you mean by 'do nothing' on iOS 8? I just tried the latest bindings on iOS 8 and iOS 9 devices and everything worked perfectly.
I would suggest to do the following:
- Download this repo or the in-app-purchase project.
- Go into the in-app-purchase folder and run 'gradle build' on the command line.
- Search the folder build/libs and copy the new 'in-app-purchase-1.0.0.jar' file.
- Use the new jar for your in-app-purchases.
'do nothing' means nothing happens if I purchase a product. No error, no purchase popup dialog. Anyway seems to be an issue on my side. I will double check it.. Thank you for reply.