How can I remove the pop-up for an unfinished video: “You have a not finished video. Do you want to continue?"

It is necessary to clear the session data with clearSessionData(). You can call clearSessionData() as you prefer: when closing the editor, when closing the entire application, and so on.

So, after successfully exporting the video, you should call the following to prevent this alert from appearing when reopening:

videoEditorSdk.clearSessionData()
and videoEditorSdk = nil
1 Like