-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WatchOS support? #68
Comments
It wouldn't be that hard to make the code that uses |
If you want to help, you can make a fork of the codebase, comment out all the |
Please check Reiszecke@a85273c We could also create a new target like you did with macOS but I think these 8 lines aren't worth it. Haven't tested on real device yet because that's always a pain in the ass with watchOS but it builds on Simulator at least. @benjaminmayo sorry for the double-tag: I'm a SwiftyStoreKit refugee because some open issues in SwiftyStoreKit regarding auto-renewing subscriptions scare me. Do you work with those in production, are there known issues? I am especially concerned about bizz84/SwiftyStoreKit#603 and another issue where someone is not able to "re-engage" their expired auto-renewable-subscription in SwiftyStoreKit so the user has to visit the App Store to renew the subscription. Can you comment on this? Thank you for your time |
Hello, I'd love to use MerchantKit on WatchOS as well, but WatchOS doesn't have
SystemConfiguration
(so the wholeNetworkAvailabilityCenter
class is unusable there).I tried at least building MerchantKit for WatchOS (apparently it needs either a new target, or somehow adding support for a WatchOS into existing tsrget), but I am not experienced enough to make it work.
The text was updated successfully, but these errors were encountered: