I have been working on an iOS application, in my application I have recorded .mov file using AVCaptureSession, however when I tried to play in any Android devices it is not supporting in their default player. What should I do now, Do I need to record only mp4 type file for Android, Or is there any way to play .mov file itself in Android using their default player?
thanks for your suggestions