Is it possible to find available services like cabs in current location using gps in iPhone [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am developing an Application, which should give the available taxi or cabs at the current location in the city, here, what i have done is, i found the current location(address) using Reverse CLGeocoder. To get the available resources, whether i should make use of any api, or something else. Any help appreciated. Thanks.

There is no available API as far I know.. you can get in touch with cab providers in your location and ask them to provide feeds about their cabs. Then you can create a centralized server which will give you the response.
The idea is good but you will need some investors on your side and some expertise with server set up and a marketing guy who can rope in all these cab providers.

Related

In Xcode is there a way to determine website traffic? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am wondering if there was some API or some kind of tool to use to determine a website traffic for Xcode.I need to track other websites traffic.
There is no way to retrieve exact traffic information for a web site that you do not control, unless that web site publishes traffic information to a public location. Most web sites do not do this.
Some services are available online which will estimate web site traffic, such as Alexa. This data is not exact, and is only available as a paid service.

Receive iPhone User Data [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am creating an app with various tests and I need a way to receive the test results from the users. Is there a way for me to save the test results when the user is done taking the test and be able to access the results from my computer or something? Thanks in advance,
Joshua
In an app I am making I used JSON, JavaScript Object Notation, to communicate between my app and a web server, where I store my info. It is fairly simple to use. Check out this tutorial http://www.raywenderlich.com/2965/how-to-write-an-ios-app-that-uses-a-web-service. This is what I used and I am fairly new to programming in general, and I just had to make a few adjustments to make it work. This is pretty broad, but this should get you in the right direction.
If you are familiar with sql commands.Why dont you try sqlite for creating a database where you can store the results, update them ,retrieve them.you can refer to this site http://www.techotopia.com/index.php/IPhone_Database_Implementation_using_SQLite
or this one
http://www.icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/

Facebook development [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would lile to develop interactions with facebook. I see there are a lot of questions on the subject but I have no idea where to start. Could someone kindly point me to the right direction?
Thanks
I think the question is a reasonable one; much of the documentation is oriented to somebody who is already up to their eyeballs in Facebook integration.
The tutorials are not bad. E.g. if you have an iPad/iPhone and a web server, start with http://developers.facebook.com/docs/guides/mobile/web/ and go slowly through it. Even there you will find that it isn't newbie-friendly, but if you can successfully get a few examples going it may get your confidence up, and you can try to navigate something more complex.
Lots of great resources here including a getting started section. Good luck!

Complete email client is possible or not in iPhone? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have to make an application of email client. is it possible to make an application that can manage different email addresses. In application we have to provide inbox for different id. I don't know how I'll connect to all servers. and how it will work? can anybody guide me?
This is really new for me thats why please don't mind if my question is silly
There used to be an app, remail, then open sourced by google: http://code.google.com/p/remail-iphone/
Also on the OneMail app website you'll find a list with the frameworks they're using: http://codev.co.uk/products/onemail/notice
I guess that it is possible, since it is an "stand alone" app and not an improvement to the native app.

Retrieve email id configured on iOS device [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is this possible to retrieve email id configured on iOS device
if you intend to fetch the email id from native "Mail" application, it is not possible by any of the public APIs available through iOS SDK.
There is a project on GitHub which uses public API's from apple to achieve this. It is showing the leaks, so I don't know how long it is going to work.. I tried to find it, but I cannot find it so fast on my MacBook. If I find it, I will post you the link... But it's on GitHub for sure!