MobiVM / robovm

Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux
https://mobivm.github.io
942 stars 132 forks source link

Missing Bindings for AppTransaction #731

Open JKazma opened 1 year ago

JKazma commented 1 year ago

Issue details

The bindings for the following StoreKit API are missing: https://developer.apple.com/documentation/storekit/apptransaction

Versions:

dkimitsa commented 1 year ago

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 and bind it

JKazma commented 1 year ago

I've never done any binding and I'm not sure how it works. Can you clarify a bit what I should be looking for to implement the proposed solution?