Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have a GAE channel-API to iphone?

I want to try using channel-API between my GAE app and the iphone. I'm not sure where to start... should I try it with UIWebView that runs a javascript?

like image 726
Lior Frenkel Avatar asked Nov 05 '22 01:11

Lior Frenkel


2 Answers

Well, it's possible on the iPhone. Of course, it should be on a different NSThread... and it's a nightmare to debug because of the bad access to JS from the iphone.

like image 86
Lior Frenkel Avatar answered Nov 12 '22 17:11

Lior Frenkel


Have you considered using push notifications to tell the app to fetch the new data?

like image 45
Jon Abrams Avatar answered Nov 12 '22 17:11

Jon Abrams