<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nielsentest.mywikis.net/w/index.php?action=history&amp;feed=atom&amp;title=TizenTv_Debugging</id>
	<title>TizenTv Debugging - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nielsentest.mywikis.net/w/index.php?action=history&amp;feed=atom&amp;title=TizenTv_Debugging"/>
	<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=TizenTv_Debugging&amp;action=history"/>
	<updated>2026-04-05T06:15:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=TizenTv_Debugging&amp;diff=6611&amp;oldid=prev</id>
		<title>Mywikis: Import</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=TizenTv_Debugging&amp;diff=6611&amp;oldid=prev"/>
		<updated>2024-04-10T23:04:58Z</updated>

		<summary type="html">&lt;p&gt;Import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|DCR &amp;amp; DTVR}}  {{CurrentBreadcrumb}}&lt;br /&gt;
[[Category:Digital]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The following document highlights the required configurations in order to run the Browser SDK(BSDK) on Samsung TV devices.&lt;br /&gt;
Please refer to the initial setup [[TizenTv|document]] prior to performing the following steps.&lt;br /&gt;
&lt;br /&gt;
== Step 1: Setup Target Device ==&lt;br /&gt;
&lt;br /&gt;
Follow the steps listed [https://docs.tizen.org/application/web/get-started/tv/first-samsung-tv-app/#run-on-a-target-device here] to connect the TV target device to the computer running Tizen Studio.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Run and Debug App ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;Right click on the project &amp;gt; Debug As &amp;gt; Tizen Web Application&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Samsung tizen debug.png||600px|center|]]&lt;br /&gt;
&lt;br /&gt;
This should open the application on the Target Device and Chrome Debug Tools on the computer.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Add Browser SDK(BSDK) URLs to Access List ==&lt;br /&gt;
In the debug console you should see the following error when trying to load to the BSDK configuration file in the application:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;Failed to load resource: net::ERR_UNKOWN_URL_SCHEME&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
In order to resolve this error you will have to allow access to files across the internet. Open the &amp;lt;syntaxhighlight&amp;gt;config.xml&amp;lt;/syntaxhighlight&amp;gt; file &amp;gt; Navigate to the Policy tab &amp;gt; Add the following URLs to the Access table&lt;br /&gt;
[[File:Samsung tizen debug 2.png||600px|center|]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The only limitation that we currently see is for NUID requests as the subdomain is randomly generated and Tizen doesn't allow the use of wildcards in URLs, e.g., https://*.nuid.imrworldwide.com. Also, you may have SDK measurement pings going out to a different location than secure-dcr, make sure to update according to client sfcode.&lt;br /&gt;
&lt;br /&gt;
To bypass this limitation Tizen does allow a single wildcard entry &amp;quot;*&amp;quot; in the Access list, however this is not secure for production applications.&lt;br /&gt;
&lt;br /&gt;
==Step 4: Run and Debug App==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;Right click on the project &amp;gt; Debug As &amp;gt; Tizen Web Application&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[File:Samsung tizen debug 3.png||600px|center|]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You should now see the BSDK initialization logs in the console and content measurement during video playback.&lt;/div&gt;</summary>
		<author><name>Mywikis</name></author>
	</entry>
</feed>