I'm new to iPhone development.
I want to pass from documents to app outside iPhone.
It seems that using Web server is easy method for developer
Of course it's not so easy.
But for most users, it's the simplest way to send document by
email.
So I want to know if threre is a method that app can read document of mail.
This a tough one - one thing you may consider is using the Bonjour services along with a simple desktop application to transfer data using your user's wireless network. Of course, this probably means that you will need to create two desktop programs: one for the Mac and one for the PC.
__________________ How To Make iPhone Apps http://howtomakeiphoneapps.com Cocoa-Touch, iPad & iPhone Programming Videos, Tutorials & How-To exclusively for new app developers
This a tough one - one thing you may consider is using the Bonjour services along with a simple desktop application to transfer data using your user's wireless network. Of course, this probably means that you will need to create two desktop programs: one for the Mac and one for the PC.
Thank you.
I agree that it's tough and it's too hard to write PC app. for me.