I have an app that uploads its captured media to the cloud as its captured: photos, video, audio. HD videos are large and we want the originals stored. Any video over 50mb gives an alert that can be overridden and waits for a wifi connection. It there any way that even if the app is closed or in the background a wifi connection will trigger the upload event similar to Apples update/upload when phone is on wifi and plugged in to power and in sleep mode.
Asked
Active
Viewed 1,402 times
4
-
Nope. There is no way to run your app *without* any user interaction. – maroux May 16 '13 at 19:15
-
I thought that was the case but wanted to see if anyone had success with work arounds or solutions I had not heard of. – thereeda May 31 '13 at 21:52