Search code examples
iphoneobjective-ciphone-sdk-3.0xamarin.ios

How to access iphone Memory card (SDcard) programmatically


I want to access sdcard of iphone, I have some question regarding this.

  1. by searching little bit i think iphone donot support sdcard ? if it support SDcard then kindly tell how we access iphone expanded memory what is path path of external storage of iphone. for example as in android we can access sdcard directory by

    Environment.getExternalStorageDirectory(); ( return path to sdcard in android )

  2. how to see sdcard contents in emulator of like in eclipse we can see android's SDcard folder in Forlder explorer any thing like this is in iphone?

  3. how to get list of sdcard contents.


Solution

  • There is no SD card.

    Applications may only access their own sandbox Documents and cache folders. If you need to transfer files, you have three options:

    1. E-mail.
    2. iTunes File Sharing
    3. iCloud