Search code examples
iphoneiosgoogle-app-enginechannel-api

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?


Solution

  • 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.