Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Titanium.Yahoo.yql not working on ios

$
0
0

Hi, I'm trying to use Yahoo yql on IOS but emulator and device crash, it is working on Android...

this is my code

var theYql = 'SELECT * from yahoo.finance.xchange WHERE pair IN (' + currencies + ')';
 
//Ti.API.info("theYql " + theYql);
 
Ti.Yahoo.yql(theYql, function(e) {
    //Ti.API.info(e.success);
    Ti.API.info(JSON.stringify(e.data));
});
No errors in console... only "Application has exited from iOS Simulator"

I tried also the sample from Kitchen sink with the same result

any idea...? I'm on OSX 10.9.4


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>