Max Disk Space an iPhone App Can Use

前端 未结 2 2089
我在风中等你
我在风中等你 2020-12-15 02:33

I have searched here and found the assertion that \"no single application may occupy more than 2GB of hard disk space.\"

Not to question that statement, it seems a r

相关标签:
2条回答
  • 2020-12-15 03:14

    The policy (or reference) for the 2GB limit for an application that can be submitted to the App Store can be found under the iTunes Connect Developer Guide PDF (page 57, section B under the Application section).

    There is no reference or limitation of disk space once the application has been installed to the iPhone or iPod Touch device. The only limitation would be available disk space at time of writing.

    0 讨论(0)
  • 2020-12-15 03:23

    There is no maximum amount of space that your application can use. You can eat up all of the available space on the device if you wish.

    The space available can be found in by using the NSFileManager - specifically attributesOfFileSystemForPath

    -t

    0 讨论(0)
提交回复
热议问题