Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am not sure if what I want to do is possible, as i am fairly new to this. I have signed up for a Free API account with WorldWeatherOnline.com which allows usage of free and commercial use.
What I want to do is have the 3 days weather displayed for a specific location when a user visits a certain ViewController of my app. I'm not looking to ask them for their location via GPS, just display a set locations current weather.
I can generate a Request URL and output in XML format or JSON, but have no idea how to implement them into my app (if it is possible?)
Thanks
Check for the Best Weather API,
Read the blog tutorial with sample code for
Adding Local Weather Conditions To Your App (Part 2/2: Accessing Google’s XML Weather API)
Integrating weather information in iphone
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm doing enterprise application. I need to detect last call duration from my application. I gone through core telephony framework but it will work only upto iOS 4.0. Can you please give me proper guidance to solve my problem.
Thanking you
Unfortunately you can't access the call history. The only User Data you have API access to is the address book. You can also access photos/pictures but only by starting an iPhone-controlled dialog that allows the user to choose a single image.
Note :-A CTCarrier object gives you information about the user’s cellular service provider, such as whether it allows use of VoIP (Voice over Internet Protocol) on its network. A CTCall object gives you information about a current call, including a unique identifier and state information—dialing, incoming, connected, or disconnected.
Read Link :-
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'd like to create a Faceook application which is same like Socialcam but in a different aspect, which is sports.
I can get the user Page Likes which are sports and create the video playlist according to them, in the process or creating the list of videos I would like to use Gdata api and use Youtube to pull youtube videos.
Is that possible and is there any restrictions on that from the Youtube?
Thanks all
Edit:
It seems this is not possible as far as I can see by Googling and reading their Terms because I need to run Ads on my site.
Using YouTube videos in a Facebook application is quite possible and relatively very easy (though you need to check each one has the embed flag set).
Whether you are allowed to depends on whether your application is monetised (i.e. runs ads or the user pays for it) and if the videos are the main content where they're displayed within it. The full terms of service are available at http://www.youtube.com/t/terms
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want to developed iphone application in which i want to track another iphone on google map with in 10km region what kind of API can i use please tell me
Thanks
You'll need the device you're tracking to tell you its position. That means that it'll have to be running some app (possibly the same app) to get its position using Core Location. Then, it'll have to provide that information. As Richard Ross points out in his comment, you could do that using GameKit. Another approach would be to have the device send its location to a server that you create, perhaps using a web service. Your device would then query the server to find out the location(s) of device(s) it cares about.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm wondering if anyone knows of a way to determine the number of apps in an iTunes app store category?
In particular, I'm interested in the games categories since there are several of them and I'm only allowed to be in 2. Need to pick my choices wisely...
Seems like there might be a website somewhere that has this data?
You can find this data manually in iTunes on your mac. iTunes > App Store > Games, then to get to a specific category, scroll down, and on the lower right will be 'More Games'. Choose a category from here, e.g. 'Strategy'. Then scroll down till you see 'All Strategy iPhone Apps'. Look right and you'll see 1-24 of 4125.
I haven't looked myself, but you may also be able to retrieve this data through the iTunes App Store Affiliate API.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have created a Flickr JSON-based application. I want a Flickr JSON key. When I try to create one, it redirects me to block.opendns.com, so I can't get a Flickr API key. I just want to test my application to see whether it is working. So can anybody provide me with a Flickr API key?
Thanks.
Someone administrating your network has blocked the Flickr site for some reason, and they are using OpenDNS to achieve that block. This is why you are being redirected. This isn't a programming problem; you need to talk to your admin, or access Flickr from another network.
You need to register for API key in flickr for integrating the same in application. Use the following link for registering. It will surely work.
Flickr Link