Hello everyone!
I'm developing a Xamarin.Forms app that is to be used primarily offline (it is a requirement). I manage to make sync work with azure using IMobileSyncClient and now was looking into a way to sync pictures to Azure BLOB Storage. I've searched high and low but couldn't find nothing that helpful.
The closest thing was a couple of articles that relied on Microsoft.Azure.Mobile.Server.Files nuget package, which is now retired. Right now I'm at a loss here.
I thought of doing it ad-hoc, managing everything by myself, piggybacking on the push methods on the client, but it sounds a lot of work, prone to errors...
Anyone else with same issue and with any valid approach? Thanks!