Printing without UIPrintInteractionController

前端 未结 2 671
北海茫月
北海茫月 2020-12-21 08:37

i am developing a POS(point of sale)application.i am able to print successfully with the UIPrintInteractionController popover. however , when a printticket button is pressed

相关标签:
2条回答
  • 2020-12-21 09:09

    Good news, with iOS8 it is now possible to print without UIPrintInteractionController. See the WWDC 2014 video Adopting AirPrint. They specifically mention how useful this is for POS applications.

    0 讨论(0)
  • 2020-12-21 09:25

    I've interacted with the iOS Printing API a bit, and I've never come across a way to print without using the UIPrintInteractionController. As an iOS device user, I'm not sure I'd want a way to print without my say-so, because then any old app could just start spamming my printer.

    0 讨论(0)
提交回复
热议问题