Can Mac App Store be targeted with Robovm apps? #569
-
We have a libGDX app, which we deliver on the iOS App Store. It uses the StoreKit APIs (using gdx-pay library). We would like to have this app also in the Mac App Store. Is that possible with Robovm? It seems that the StoreKit APIs themself are supported on both iOS and Mac OS, as documented here: https://developer.apple.com/app-store/subscriptions/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
there should be no porting or rebuild required. probably you should just make it available on MacStore. https://developer.apple.com/macos/iphone-and-ipad-apps/ |
Beta Was this translation helpful? Give feedback.
-
hm, after small fix (or workaround) -- seems to be working |
Beta Was this translation helpful? Give feedback.
hm, after small fix (or workaround) -- seems to be working
#659