Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
added 178 characters in body
Source Link
Robbit
  • 4.4k
  • 1
  • 16
  • 29

The file system is different between Ios and Android. So, you need use DependencyService to save and load the PDF file on different platform.

Thanks @B.6242, in this issue, @B.6242 has implemented it in both Android and Ios with DependencyService, you can refer to it.

Here is an issue about how to use the file system on different platforms.

The file system is different between Ios and Android. So, you need use DependencyService to save and load the PDF file on different platform.

Thanks @B.6242, in this issue, @B.6242 has implemented it in both Android and Ios with DependencyService, you can refer to it.

The file system is different between Ios and Android. So, you need use DependencyService to save and load the PDF file on different platform.

Thanks @B.6242, in this issue, @B.6242 has implemented it in both Android and Ios with DependencyService, you can refer to it.

Here is an issue about how to use the file system on different platforms.

Source Link
Robbit
  • 4.4k
  • 1
  • 16
  • 29

The file system is different between Ios and Android. So, you need use DependencyService to save and load the PDF file on different platform.

Thanks @B.6242, in this issue, @B.6242 has implemented it in both Android and Ios with DependencyService, you can refer to it.