3

Developing an IOS application to play videos,video download from server. During Installation time app size is below 20 MB,After installation user can download videos file (size 512 MB) from server through WiFi connection.

I need to download around 5 videos.

Is there any size limitation ? or depending on devices available storage space?

viral
  • 4,168
  • 5
  • 43
  • 68
Rajesh M P
  • 477
  • 1
  • 10
  • 21

2 Answers2

12

There are no limitations.

User will get an alert when free space is less than 200 MB and at 0 MB.

And your app will crash when you fill all device memory and try to write more.

Andrey Kuznetsov
  • 843
  • 1
  • 18
  • 29
11

No limit as far as I know.

But be aware that all files you download and store in the app have to be marked as "do not backup in iCloud" - otherwise Apple will reject your binary when you submit it to the store.

See Apple Documentation and Excluding files from iCloud Backup

Community
  • 1
  • 1
TheEye
  • 9,280
  • 2
  • 42
  • 58