Page 2 of 3

REST services in Android native

Posted: Wed Dec 18, 2013 1:41 pm
by Maryna Brodina

Thank you! We'll take a look and update.


REST services in Android native

Posted: Wed Dec 18, 2013 2:38 pm
by Maryna Brodina

What are the steps to reproduce?


REST services in Android native

Posted: Wed Dec 18, 2013 2:45 pm
by AricCaley

Turn off echo on the apiSites service.

Go into the appery.io tester app on android.

run Illuminate Mobile.

Tap Next button.. nothing happens.

When echo is enabled, tapping the Next button will populate the dropdown allowing you to log in to the next screen.


REST services in Android native

Posted: Thu Dec 19, 2013 2:31 pm
by Maryna Brodina

Hello! Sorry for delay, we're working on it.


REST services in Android native

Posted: Thu Dec 19, 2013 8:24 pm
by AricCaley

I was working on this project pretty intensely for 24 hours, now the event is over so I wont need to be working on it again immediately. I would like to finish it up over the holidays though. My colleagues are pretty excited about it. Please let me know what I'm doing wrong here, maybe it is something with the oauth library I'm using. But that code sure makes it easy to do oauth so it would be a boon for lots of people I think if it will work.


REST services in Android native

Posted: Thu Dec 19, 2013 9:25 pm
by Kateryna Grynko

Hi,

Please check if there are any errors in console. You seem to send incorrect parameters to your site. Please make sure you send correct data.


REST services in Android native

Posted: Fri Dec 20, 2013 5:11 pm
by Kateryna Grynko

Hi,

On Android device request is sent and we get error 406:
http://www.checkupdown.com/status/E40...
http://www.w3.org/Protocols/rfc2616/r...

Please check why this error happens.


REST services in Android native

Posted: Sat Dec 28, 2013 6:32 am
by AricCaley

I have not figured out why this is happening. I am not sure how you debugged this, but I managed to use the Chrome remote debugging for WebViews by exporting to an android project and inserting the code, and running it on my Android KitKat phone. It would be great if you included this functionality by default in your android builds: https://github.com/jrstarke/webview-d...


REST services in Android native

Posted: Mon Dec 30, 2013 6:08 pm
by Kateryna Grynko

Hi Aric,

This specific plug-in is not used by everyone, so it's not added as default. This can be added manually. Thank you for this reference, this will be useful for a lot of customers!


REST services in Android native

Posted: Tue Dec 31, 2013 5:28 am
by AricCaley

Is there any way to add this code inside of the appery system? I had to export an android project and load it with the android studio and then add the code. But this would be cumbersome to redo everytime I made a change in appery...