I'm currently looking for a free Cloud storage Image service like Cloudinary to upload pictures from my app and to have access to them without authentification like a public folder.
The issue that I'm facing is that no one of those I have tried have a framework integration compatible with windows phone uwp.
For exemple when I try to install the package CloudinaryDotNet with NuGet i got this error : Some packages are not compatible with UAP. And the installation fail. I tried with the Google Drive package but it failed to.
How do you upload your pictures from your windows phone Uwp app ?
Thank to anyone who will time to answer to me :)