Hi, can anyone help me with my problem?
I create a web RESTful app and deploy it in my web server (when I open the web server page, i can ensure that the status of my web service is running). I create a new data dashboard on my iPad. I can connect to the web service (polling), but when I run it, an exclaimation mark appears, indicating "cannot connect to server".
What is wrong?
PS: My app is very simple, I have a random number generator and a numeric indicator. I just want to poll this service to view the update of this random number.
Many Thanks!