In Xcode is there a way to determine website traffic? [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 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.

Related

track a guest user's actions on my 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 9 years ago.
Is it possible in iPhone if we can track users actions? Like which applications he has opened, sent messages or calls etc.
Thanks
Simple answer: no
Apps cannot access the usage information of different apps.
There is a (work arround) solution by implementing a Proxy-App, which provides a proxy server and registers this proxy server in the preferences. All network data would pass that proxy and your Proxy-App could send usage statistics to your server.
However, you can only track network traffic, not other usage statistics. Moreover, this App would never pass the App Review process...

Is it possible to find available services like cabs in current location using gps 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 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.

Web services in iOS [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 have made one application for consuming web service using SOAP protocol on iOS device. Now i want to create such a application in which my iOS device should work as a web server for other devices.Is this possible ? if possible please give some guidelines or links to do this.
implementing web server as an iPhone app is explained in http://culturedcode.com/cocoa/ please refer to it
Also please refer to the answer to this question
IPhone app as a web server, any advice?

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.

Do you know of any free SOAP webservices (for tutorial purpose) [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.
Only for tutorial purpose, I would like to try to use a free SOAP web services available.
Which ones come to your mind ?
The business implied behind is not important/relevant: Only the ease of access (free access), and simplicity of the service contract.
Any indication welcome !
You can look at this post
Public free web services for testing soap client
One I have used is http://www.service-repository.com/