IOS – Does iOS have a transfer/write speed limit

ftpiosipad

Any time I want to do a batch transfer over FTP to my iPad (Using AVPlayer or Photo Privacy) the transfer only lasts for a short while before the application shuts down and I'm back to the iPad dashboard. Is this due to some internal security meassures in the iPad breaking any application that writes too much data? If not, what could it be that makes FTP servers on completely separate apps crash in the same way?

Any answers even remotely helpful would be appreciated

Thanks


EDIT

I am of course running the application in the foreground. Also the iPad is not going to sleep. I simply start the FTP transfer, and after a few seconds or minutes the application abruptly quits and I'm back at the iOS dashboard.

Best Answer

When any app quits abruptly and you are back at the springboard - that is a crash. iOS is designed to not make a big deal of crashes since most of the time they are temporary and starting up the program again will clean up the error. That doesn't appear to be happening in your case.

You can confirm it the next time you connect the device to iTunes or Xcode. Xcode let's you look into the engineering details as to why the program is crashing.

ITunes instead copies the crash report to your ~/Library/Logs/CrashReporter/MobileDevice folder. The first time this happens, you are asked if you want to send diagnostic information to apple. This sort of crash will then be sent in the future.

You can connect your device, right click on it in iTunes and reset all warnings to get the asking again - that way you can confirm that this is due to the program crashing and not some other cause.