In my application I have implemented custom video recorder using AVplayer. I wanted to show message to user when space not available in the device while recording video. Can anyone please help me how to deal with this scenario. Thanks in advance.
Asked
Active
Viewed 56 times
0
-
you can check available/free disk space on the iPhone/iPad device. http://stackoverflow.com/questions/5712527/how-to-detect-total-available-free-disk-space-on-the-iphone-ipad-device – Sandy Patel Sep 26 '16 at 12:32
-
Thanks, but I wanted to calculate it real time, when the video recording is going on – Akshaykumar Maldhure Sep 26 '16 at 13:21
-
@AkshaykumarMaldhure Did you find a way to detect the storge while recording, and what if I have consumed all the memory then would I able to save the recorded video? – Mr.Kushwaha May 21 '18 at 07:54
-
@Mr.Kushwaha not yet – Akshaykumar Maldhure May 30 '18 at 13:55