I am creating video with AVAssetExportSession and playing video when it finishes.
But Visual Part not showing instantly but only audio is playing instantly.
Visual part comes af
The AVVideoCompositionCoreAnimationTool when used in AVAssetExportSession interferes with AVPlayer in iOS 10.0 - 10.1.1. iOS 10.2 fixes this bug and your code should work normally.