Код: Выделить всё
FileRepresentation(exportedContentType: .pdf) { (item: MyItem) in
SentTransferredFile(item.webPDFPathURL)
}
Код: Выделить всё
.fileExporter(isPresented: $exportArchive, item: link, contentTypes: [UTType.webArchive, .pdf]) {
... handle errors etc ...
}

Однако на iOS и iPadOS у меня нет такой возможности:

Это ошибка или я делаю что-то не так?
Подробнее здесь: https://stackoverflow.com/questions/778 ... file-types
Мобильная версия