-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios 6 #6
Comments
maybe the Reason is the deprecated ASIHTTPRequest Framework |
ASIHttpRequest isnt acually deprecated, just not supported. Its still works pretty well for most purpose(echonest being one of them). The issue was issue at my end and was due to the change in the echonest api which I had missed. |
Hi Tim, Could you expand on what the problem was in your case? I'm getting an EXC_BAD_ACCESS in the [ASIHTTPRequest requestStarted] method and am wondering if it's the same problem you were facing. Thanks, |
Sorry for the slow reply Yuli. My issue was that the api used to hold the repsonse to an analysis request until the analysis was complete. Now you have to keep requesting the status of a track analysis, wait until you get a track okay response then ask for the analysis. I had missed this change on the forums and in the documentation. See Regards Tim |
Hi Tim, Thanks for getting back to me. Turned out my problem was simply due to the responses to my requests being cached. Just had to put a random number at the end of each request URL (hacky, I know) and everything worked like a charm. Hope your project has been coming along well. Best, On 8 Apr 2013, at 01:13, TimKreger [email protected] wrote:
|
Hi All. Has anyone got this working in ios and or iPod 5 devices. I never get a request finished call when running this on an ios6 device even when its targeted to 5.1 ?
Any Ideas?
The text was updated successfully, but these errors were encountered: