Xamarin and images (media) support, how can I do this?

Hi, I am developing an application with Xamarin.iOS / Xamarin.Android and Backendless. I’m aware that at the moment there is no official support for Xamarin, neither a native SDK. I am using REST APIs but I need to deal with Remote Notifications and Images

My question are:

  • Could I use .NET SDK with Xamarin in order to do that?
  • If not, there is a way to upload/get images from/to Backendless and use Push Remote Notifications?
- Could I use .NET SDK with Xamarin in order to do that?

Perhaps. Please try and let us know if it works.

- If not, there is a way to upload/get images from/to Backendless and use Push Remote Notifications?

Two separate questions here: file upload/download. Yes, you can do it with REST. See the docs:
https://backendless.com/documentation/files/rest/files_file_upload.htm

Receiving push notifications requires code. Using .NET to receive push notifications on Android would not work, there would have to be some Java code.