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...
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...
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.
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.