Relative Content

Tag Archive for c#iosiphonemaui

How to save images on iOS Device with .Net MAUI?

I have a .Net MAUI (.NET 8) application that takes photos and I would like to save it in the gallery even if it is in the camera album.
I have the following code to save the photo but it’s on android.