- Marcin Jurkowski
- PowerServer Mobile (Obsolete)
- Tuesday, 29 May 2018 01:52 PM UTC
Hi,
I'm testing usage of the RESTClient in PB2017 and I wanted to use it on a mobile app deployed to PowerServer.
I created a simple app with one window and one datawindow to use it for GET request as per your recent webinar.
Code in open event:
RESTClient rest
rest = CREATE RESTClient
rest.retrieve(dw_1,"http://jsonplaceholder.typicode.com/posts")
When I run the app in PB it works ok.
When I deploy the app to EXE it works ok.
When I deploy the app to PowerServer and run it on my mobile phone (iOS and Android) then nothing happens.
Do I need something extra for the mobile app?
Marcin
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.