Is it possible to save a video in a video application and not in a photo application?

WriteVideoAtPathToSavedPhotosAlbum method: it seems a little silly to me, both by the developer and the user.

If the application offers the user the ability to save video, then the only option available to the developer to implement this function is ALAssetsLibrary: writeVideoAtPathToSavedPhotosAlbum AFAIK.

But then, when the user goes to look for him, naturally, they will use it in the Video application on their desktop, but he is not there, instead he should be accessible by the Photos application.

This is completely unintuitive for the user.

Is there anyway the application can save the video so that the user can find it when starting the video application?

+3
source share
1 answer

No. He is isolated. I do not agree with your assumption about the tendency of users to check the application for video. When they record video on an iOS device, it does not go to the video application. Everyone is used to working with photos for such things. In addition, this is how the phone always worked, so this is the most intuitive place to place it.

0
source

All Articles