简体   繁体   中英

Access outside the main Bundle

I want a functionality in which my application can access resources outside its own bundle, for example: there are bunch of '3d Models' which are kept somewhere in iPhone memory (not in applications bundle), in runtime I want to load it and show it in my application,

  1. Application launches.
  2. User may select some model, say a dolphin.
  3. Application accesses that model (which is not in the applications bundle but outside somewhere in iPhone), loads it.
  4. Application displays the model.

Is it possible? Thanks in advance for any help !

You can use sandbox of your application for this purpose. Read File System Programming Guide for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM