开发者

How to access iphone Memory card (SDcard) programmatically

开发者 https://www.devze.com 2023-03-21 23:40 出处:网络
I want to access sdcard of iphone, I have some question regarding this. by searching little bit i think iphone donot support sdcard ? if it support SDcard then kindly tell how we access iphone expan

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 g开发者_运维知识库et list of sdcard contents.


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


hello salman Roy First of all i want to tell you that there is no external sdcard like android in the iphone or ipad.it is all sandbox environment.And one more thing for the iphone development there is no emulator its a simulator.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号