I have an enterprise iPad app which is running inside my company. I'm using AirPrint inside the application and I have several air printers inside my WIFI network.
I need to set a default printer for some user groups and restrict the other all printers. (No need to show in the printer list)
Does anybody know how to do this? I see a printerId property in UIPrintInfo. May be i can use this. Not sure.
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.