I donβt know anything about developing iPhone, but Iβm developing a proposal for other people to do work on creating an application that interacts with existing systems and data.
I need to know if the restriction on downloading 20 MB cellular data is respected for all applications created by apples, SDK for third-party applications - i.e. if I developed an application trying to download a larger file, will it fail?
Context:
The data file we use is about 50 MB, and many of our clients work on the road and do not have Wi-Fi access. If the limit is met, I need to enable HTTP Range header support on our server and add it to the application requirements so that the file can be downloaded using 20 MB blocks.
thanks
source share