Page 1 of 1

My app does not pass response from the service to html output

Posted: Wed Aug 06, 2014 5:08 am
by wali

Hi,

  1. My app does not pass response from the service to html output.

  2. How I can get certificate for ios? The combo is empty.

    All the best.


My app does not pass response from the service to html output

Posted: Wed Aug 06, 2014 6:54 am
by Maryna Brodina

Hello!

1) Please clarify what exactly have you done and what doesn't work? Screenshots would help.
2) Take a look here

http://devcenter.appery.io/documentat...

http://devcenter.appery.io/documentat...


My app does not pass response from the service to html output

Posted: Wed Aug 06, 2014 8:00 am
by wali

Hi,

This is the test page:
http://appery.io/app/mobile-frame?src...

Type a word inside the text area, it should show the translation below. Now it only shows the 'Loading...' that I have put to be shown before loading.
Image


My app does not pass response from the service to html output

Posted: Wed Aug 06, 2014 12:27 pm
by wali

I have also added proxy service but it is the same.


My app does not pass response from the service to html output

Posted: Wed Aug 06, 2014 3:38 pm
by Evgene Karachevtsev

Hello Wali,

The problem is that in your service is Data Type=json, but the server http://inkurdish.com/app.php returns the html page. But it should return the data in json format, respectively.