How to create virtual printer with iOS Simulator?

In one of my application there is feature to print documents. I want to test this feature but I don’t have device, So I have to test on Simulator. With simulator how can I print documents. Do I need to connect physical printer or can I create virtual printer and test with it ?

I am using

Xcode 8.2.1
,
iOS 10
and
StarPrint iOS SDK 5.2.1

I have searched lot but I didn’t find which work for me. How can I do that ?


I have referred below links :

  1. http://stackoverflow.com/questions/26030702/where-is-printer-simulator-in-xcode-6
  2. https://developer.apple.com/download/more/?=for%20Xcode

Why not 'print' to a PDF, and yes, that may be more work than you want to do, but you're already in that position if you don't have an iOS device and bonjour printer to work with, so...

@vimipatel Hello, I have faced same issue with you, did you resolve you issue? I also am confusing how to test my application's printer feature with virtual or physical printer in iOS simulator.

How to create virtual printer with iOS Simulator?
 
 
Q