Sign in to follow this  
rajat

Iphone Simulator Is Showing No Data To Display Error Message

Recommended Posts

i am trying to run sample xcode project provided by Fusion chart on iPhone but it is not showing anything in simulator(Error Message : No data to display).

 

Tools used: Xcode 4.2 and iPhone Simulator 4.2

 

Currently i am getting following data from the URL

 

{"request":{"parameters":{"period":"7","q":"html5","slice" :"86400"},"response_type":"json","resource":"searchhistogram","url" :"http://otter.topsy.com/searchhistogram.json?period=7&q=html5&slice=86400"},"response":{" histogram":[2863,1783,2247,2864,3105,3476,3910],"period":7,"count_method":"target"," slice":86400}}

Share this post


Link to post
Share on other sites

i am trying to run sample xcode project provided by Fusion chart on iPhone but it is not showing anything in simulator(Error Message : No data to display).

 

Tools used: Xcode 4.2 and iPhone Simulator 4.2

 

Currently i am getting following data from the URL

 

{"request":{"parameters":{"period":"7","q":"html5","slice" :"86400"},"response_type":"json","resource":"searchhistogram","url" :"http://otter.topsy.com/searchhistogram.json?period=7&q=html5&slice=86400"},"response":{" histogram":[2863,1783,2247,2864,3105,3476,3910],"period":7,"count_method":"target"," slice":86400}}

 

 

Got it working...Some proxy issues..:)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this