Hi,
My app can download mp4 movie from server and play it with Handheld.PlayFullScreenMovie.
my question is:
how can we store the mp4 video so it can be shown at iOS and Android gallery?
Thank you.
Hi,
My app can download mp4 movie from server and play it with Handheld.PlayFullScreenMovie.
my question is:
how can we store the mp4 video so it can be shown at iOS and Android gallery?
Thank you.
On iOS you would use UISaveVideoAtPathToSavedPhotosAlbum, so you could basically need to implement yourself the plugins in native code on both platforms to accomplish this.