회사에서 실행중인 엔터프라이즈 iPad 앱이 있습니다. 응용 프로그램 내에서 AirPrint를 사용하고 WIFI 네트워크 내에 여러 개의 에어 프린터가 있습니다.iOS AirPrint- 기본 프린터 설정
일부 사용자 그룹에 기본 프린터를 설정하고 다른 모든 프린터를 제한해야합니다. (프린터 목록에 표시 할 필요 없음)
누구에게 어떻게 해야할지 알고 있습니까? 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.
그냥 기본 프린터를 설정하거나 다른 프린터도 숨기고 있습니까? –