Replay kit is a framework in iOS 9 which allows you to record screen and audio (including voice). All system events like notification and music from 3rd party apps(apple music, Spotify) are ignored from the video. The app does not have access to the video. Once you are finished a pop is displayed which allows users to share or save video to camera roll. There is also a broadcasting feature added in iOS 10 which allows users of your app to stream to other broadcast enabled apps that a users has on their device.
I was just able to build with corona sdk using 2016.2972 using demo (https://github.com/scottrules44/replaykit-demo). Make sure your Xcode is up to date. What device and iOS version are you build on? It should not matter but just checking.
It actually save the video to the camera roll. Replay kit will not allow you to save to the app files. I am guessing that is what you mean by it not saving anywhere.
Hi! I tried this in our game now, and I can’t seem to find the saved movie in the camera roll (or anywhere on the phone). Sharing works as expected from the popup though.
What i do:
Use replaykit.record()
replayKit.stopRecording() popup opens
pressing save on the popup - popup closes
can’t find the video on the phone in the camera roll