star-micronics / StarXpand-SDK-iOS

StarXpand SDK for iOS is a software development kit for supporting application development for Star Micronics devices.
https://star-m.jp/starxpandsdk-oml.html
Other
27 stars 5 forks source link

Support asynchronous calls on iOS 13 and above #2

Closed robertsammons closed 2 years ago

robertsammons commented 2 years ago

Now that async calls are available on older iOS versions it doesn't make sense to gate keep these behind iOS 15 availability.

Is it possible to support async on these older ones, or at least to remove the deprecation warning which seems unnecessary.

bandit-ibayashi commented 2 years ago

@robertsammons Now it is possible to use methods using async in StarPrinter class in iOS 13 and later by v2.0.0 update. It would be very helpful if you could use this page as a reference for the migration.

We much appreciate your report!

robertsammons commented 2 years ago

Thanks for the update and sorting this out 👍🏻