Page 2 of 3

I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Tue Sep 29, 2015 5:50 pm
by Ellen Schlechter

Been there, done that. It all works in offline mode using the Client SDK. It doesn't not work when I test with the Appery Tester. I log in and go to the page I need to be on, turn my phone on airplane mode, then try to run both a create and a list service. Neither works.


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Tue Sep 29, 2015 6:43 pm
by Illya Stepanov

Have you tried this as an exported binary package installed on the device? Not in Appery.io Tester app.


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Thu Oct 01, 2015 2:32 pm
by Ellen Schlechter

I have been trying to do this for the past few days. When I export to xCode to put on an iPhone, it has an error in the build. When I tried to scan the QR code to download onto an Android device, the app crashes. Not sure what is going on since prior to me trying this, the app worked. It still works in the tester and online.


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Thu Oct 01, 2015 8:58 pm
by Illya Stepanov

Could you please show us what kind of errors are you getting in xCode? And what xCode version are you using?


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Fri Oct 02, 2015 3:34 am
by Ellen Schlechter

I am using xCode 7.0. Image


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Fri Oct 02, 2015 3:47 am
by Ellen Schlechter

I can get it to run in the iOS simulator but I cannot get it to load onto the device. I have tried using an iPhone 5c and an iPhone 6s. I have also tried changing the iOS version in the settings for target deployment.

Since I did get it to load in the simulator, I tried testing it as if I was using a phone. I turned my wifi off, but it didn't list anything like it is supposed to.


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Sat Oct 03, 2015 10:46 pm
by Illya Stepanov

Ellen - Enable Bitcode in your xCode project settings

-- this link should helps: https://getsatisfaction.com/apperyio/...


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Sat Oct 03, 2015 11:28 pm
by Ellen Schlechter

Ok perfect! I got the app to finally load onto the device, however, it doesn't not work offline like it should. I tried both a create service and a list service. Both work online but won't load in offline mode.


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Sun Oct 04, 2015 1:37 pm
by Illya Stepanov

How exactly this doesn't works in offline mode on a device?


I tried following the video tutorial for manually implementing API Express but it doesn't work offline.

Posted: Sun Oct 04, 2015 1:43 pm
by Ellen Schlechter

I sign in, get to the page I want to be on, turn my phone on airplane mode, then click the button that should invoke the service but when I do that, nothing happens.