我有一个在公司内部运行的企业 iPad 应用程序。我在应用程序中使用 AirPrint,并且我的 WIFI 网络中有几台空中打印机。
我需要为某些用户组设置默认打印机并限制其他所有打印机。(无需显示在打印机列表中)
有人知道怎么做这个吗?我在 UIPrintInfo 中看到了一个 printerId 属性。也许我可以用这个。没有把握。
printerID
An identifier of the printer to use for the print job.
@property(nonatomic, copy) NSString *printerID
Discussion
This property is set through user selection in the printing user interface. You may provide a printer ID as a hint (for example, the last printer used from a particular print job). The default value is nil.