Question

I've got question about using cellular network (3G) in my app. I'm interested in streaming video files, downloading them and saving on device over cellular network. Is there any limit for cellular network? And if there's a limit, how big it is?

Was it helpful?

Solution

As written in my comment, there are no general operator limitations - still specific limits exist.

However, there is a very clear limit when it comes to progressive download of video content imposed by Apple themselves.

From Using HTTP Live Streaming

Requirements for Apps

Warning: iOS apps submitted for distribution in the App Store must conform to these requirements. If your app delivers video over cellular networks, and the video exceeds either 10 minutes duration or 5 MB of data in a five minute period, you are required to use HTTP Live Streaming. (Progressive download may be used for smaller clips.)

If your app uses HTTP Live Streaming over cellular networks, you are required to provide at least one stream at 64 Kbps or lower bandwidth (the low-bandwidth stream may be audio-only or audio with a still image).

These requirements apply to iOS apps submitted for distribution in the App Store for use on Apple products. Non-compliant apps may be rejected or removed, at the discretion of Apple.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top