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?
source
share