Page 3 of 3
I tried following the video tutorial for manually implementing API Express but it doesn't work offline.
Posted: Sun Oct 04, 2015 2:09 pm
by Illya Stepanov
What supposed to happens? How you've tested your app logic using ClientSDK?
All is that's going on in the background, is that the request to your service is stored in cache for when the device will be online the request will be sent.
I tried following the video tutorial for manually implementing API Express but it doesn't work offline.
Posted: Sun Oct 04, 2015 2:18 pm
by Ellen Schlechter
It is supposed to list. I have tested in the Client SDK. It works there. I have switched to offline in the ClientSDK and it still works. I have tried running the service online and it works. Then I'll logout and and log back in and try it online but it doesn't work.
I tried following the video tutorial for manually implementing API Express but it doesn't work offline.
Posted: Tue Oct 06, 2015 9:32 am
by Illya Stepanov
Hi Ellen - you will need to trigger events Online (https://devcenter.appery.io/documenta...) and Offline (https://devcenter.appery.io/documenta...) in your app.
I tried following the video tutorial for manually implementing API Express but it doesn't work offline.
Posted: Wed Oct 07, 2015 3:53 am
by Ellen Schlechter
I don't know what you mean by that. On what even would I run the javascript listed in the links you provided?
I tried following the video tutorial for manually implementing API Express but it doesn't work offline.
Posted: Wed Oct 07, 2015 9:25 am
by Illya Stepanov
It's up to your app logic -- you can create buttons for example and change states using them in your app.
I tried following the video tutorial for manually implementing API Express but it doesn't work offline.
Posted: Thu Oct 08, 2015 2:58 am
by Ellen Schlechter
So I added offline and online buttons then on their click, I ran the code from the links. It will list it after clicking the offline button but not when I turn my phone to airplane mode. So it still doesn't technically work offline when I have no network connection.
I tried following the video tutorial for manually implementing API Express but it doesn't work offline.
Posted: Thu Oct 08, 2015 11:13 am
by Illya Stepanov
[quote:]
It will list it after clicking the offline button but not when I turn my phone to airplane mode.
[/quote]
Could you please show how it works for you?
I tried following the video tutorial for manually implementing API Express but it doesn't work offline.
Posted: Fri Oct 09, 2015 3:16 am
by Ellen Schlechter
I recorded a video of my attempts to make it work. I sent it to the support email since I cannot upload videos to the forum.