Hello everyone,
I'm trying to deploy a very simple Xamarin Forms app to my Gear Fit 2 device. I understand that Gear Fit 2 runs Tizen 2.0, which doesn't support the .NET CLR (correct me if I'm wrong). I did, however, notice that the latest preview has an option for deploying self-contained apps (https://developer.tizen.org/development/tizen-.net-preview/introduction), which, according to the description, allows you to create self-contained applications that will run on Tizen devices without pre-installed .NET runtime.
I enabled this option in the Project Properties of my project, but when I try to debug it, I see in the logs that it says the device (my physical Gear that I'm trying to deploy to) doesn't have .NET installed. So my question is, what's the correct way of building the self contained app, and how do I deploy it to my Fit 2? I couldn't see any documentation on this, so any help is greatly appreciated.