Languages

Menu
Sites
Language
Error with the backendless platform

Hello everyone,

I am trying to integrate the BackEndless library (similair to parse.com) into my Tizen web app, and when I run it on the simulator, it works perfectly, but on the emulator, I got this error:

http://img15.hostingpics.net/pics/357227error.jpg

 

I added the access to the internet on the policy tag, but in vain.

What could be the reason? Thx

Edited by: karray gargouri on 14 Apr, 2016

Responses

2 Replies
daniel kim

Hi,

I'm not sure but you need to check whether config.xml has these tags.

        <access origin="*" subdomains="true"/>

       <tizen:privilege name="http://tizen.org/privilege/internet"/>  

Regards

AVSukhov

Hello,

I agree with daniel, verify that the tags described above are presented in your configuration file.