Hello everyone,
I am currently developing a smartwatch app using Tizen .Net in Visual Studio. I want my app to be a companion app so I decided to use SAP, following instructions from this video: Tizen .NET Wearable and Xamarin Android Companion App - YouTube , since it is very important to have my Smartphone app developed with Xamarin.Forms and not in Java natively.
However, although I tried everything to just run the ready-made project downloaded from GitHub I always get the following error on my Watch’s screen when tapping connect button:
SAP_CONNECTION_FAILURE_PEERAGENT_NO_RESPONSE
I have checked permissions. Smartphone and Watch (Active2) are both Samsung Devices and they are paired with their Bluetooths always on. Other apps installed can communicate with no problem.
I would appreciate any help on this.