Internet privileges for the Tizen Studio (With a Javascript approach) do not work. Therefore we have to change our development approach from JavaScript to .NET for our front-end. In this way, we don't have to use tizen studio. Instead we can use Visual Studio for Tizen.NET project.
In order to create Tizen.NET application, set up a Visual Studio. You can follow this link.
-
Create an Tizen .NET Application.: Follow this link in order to create Tizen .NET Application.
-
Add Internet Priviliges: Add this line inside
http://tizen.org/privilege/internet
the Tizen-Manifest.xml file before tag. -
Create Developer Certificate: Create a Certificate using this link. Without this certificate we can not run our App on the Galaxy Active2. I will also include my certificate
author
in the project directory. You can also include the already existing certificate using the provided link. -
Connect Your Wearable: Follow this link in order to successfully connect the remote device to your development machine. On the Visual Studio 2022 press Ctrl+F5 to run it without debugging.
Proper documentation has been done in their respective files.