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.
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.
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.
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 don't know what you mean by that. On what even would I run the javascript listed in the links you provided?
It's up to your app logic -- you can create buttons for example and change states using them in your app.
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.
[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 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.