Hi Guys,
I'm developing an TIZEN application for TV and I have problem with calling an rest api.
Actually the calling is working fine on Web Simulator BUT, when I test the very same code on Emulator in debuging or in just running mode I got no response from the REST API
I have tried calling a different API calls to check if that is the problem but is not that. Also I tried different methods for calling like XMLHttpRequest and jquery get method, same results.
Could you please tell me why this is happening and how to fix it.
Or if you have any sample code with calling an external rest api that works on emulator please share