views:

141

answers:

2

Hi,

I want to access a local host url from an application in Objective-C for iPhone OS. How to access the file which is located in the local host from the calling application???kindly give me a coding example...

A: 

look up "Low-Level File Management Programming Topics" in the Documentation or in the apple dev center. I am assuming that what you mean is accessing a file on the system.

yandy
A: 

You cannot access another applications data directory from your own.

What you can do, is pass some data via a custom URL handler to another application. This requires both applications to understand each other.

Kendall Helmstetter Gelner
Can u pls give me a coding example for the above mentioned
suse
Here's one short tutorial: http://www.mobileorchard.com/apple-approved-iphone-inter-process-communication/
Kendall Helmstetter Gelner
Thanks for the link :-)
suse