Demyan Kimitsa
Demyan Kimitsa
fixed with https://github.com/MobiVM/robovm/pull/758/commits/83b02822ec43c62e970e907812494e30c03c1470
hi, we should not force all static libs unconditionally. for classic libs there was standalone flag for this. To make sure you symbols are not stripped you should keep them...
hi, its Swift code, there is no binding facilities for swift code available. so bro-gen just doesn't see it. as solution its possible to use c/objc wrapper for swift code...
@keesvandieren hi, have added check for `isEligibleForIntroOffer()`. sadly has no setup to check if it works as expected. https://github.com/libgdx/gdx-pay/pull/273/commits/d66cd946d8d97ba26e4c48797effd792cfd0bd4d
hi @keesvandieren , sorry for replying late. have implemented missing callbacks. also StoreKit2 api wrapper was updated with missing StoreKitError
@sebaber hi, I've played with non-consumable products, it seems to be working for me on Simulator. ``` [GdxPay/AppleIOS] Installing purchase observer... [GdxPay/AppleIOS] Requesting products... 2025-07-16 16:36:49.288 IOSLauncher[14326:251853] [info] IAP: Installed...
hi @keesvandieren there preparation to be done: - we need setup a repo at MobiVM and for swift based bindings - release them to mavenCentral (as snapshots are limited in...
@keesvandieren have create discussion https://github.com/MobiVM/robovm/discussions/819
hi @keesvandieren sorry for a late update, but it took a bit of time. StoreKit bindings were moved to https://github.com/MobiVM/robovm-cocoatouch-swift and released to Sonatype: It was split into Java bindings:...
@keesvandieren > Does this restrict which Robovm versions can be used? it was built against 2.3.23 but dependency listed as "provided". it will not be propagated as transitive dependency.same time...