- Home /
Disable Share Options in ReplayKit
I'm working on an app where we'd like the user to be able to record their screen and download it as a video.
ReplayKit gets close - but it has a share menu that we'd need to disable in order to meet the project's constraints.
I see in the Apple Documentation, ReplayKit has two modes for it's preview screen: preview, and share. It seems possible that one of these modes might turn off the sharing feature - but I have been unable to find a demo of what the two modes look like. Furthermore, the Unity ReplayKit API doesn't seem to expose this option.
I've also see that in Apple's UIActivityViewController, it's possible to set an excludedActivityTypes variable to disable sharing options. However, since RPPreviewViewController doesn't inherit from UIActivityViewController, I'm not sure that setting this is available.
I've also found a blog post where a developer seems to be able to start and stop a recording directly from the RPScreenRecorder without seeming to bring up the preview window, but I haven't been able to get it to run in XCode yet, and I don't know how to wrap native iOS functionality into Unity.
Any tips on how to progress?
Your answer
Follow this Question
Related Questions
ghost replay system as for a racing game ? 2 Answers
How to record the gameplay and show it in the game 1 Answer
Has everyplay been optimized for iPhone X? 0 Answers
iPhone Unique Identifier 1 Answer
Implementing iAd in Unity games 1 Answer