When using iOS 16, when a pdf or image is printed from our app without interaction using UIPrintInteractionController.SharedPrintController and PrintToPrinterAsync(), the first item printed prints successfully but each successive print just prints out blank pages, even when printing the same pdf or image.
This continues until the app is restarted. Once restarted, the first item will print correctly again but everything after will print blank pages.
If a pdf or image is printed via the print UI with PresentAsync() or PresentFromRectInViewAsync(), the item will print properly each time.
It seems there is some problem with PrintToPrinterAsync on iOS 16 and/or xcode 14 (tested with xcode 14.1).