社内で実行されているエンタープライズiPadアプリがあります。アプリケーション内でAirPrintを使用しており、WIFIネットワーク内に複数のAirPrinterがあります。
一部のユーザーグループにデフォルトのプリンターを設定し、他のすべてのプリンターを制限する必要があります。(プリンタリストに表示する必要はありません)
誰かがこれを行う方法を知っていますか?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.