2

I tried code on simulator iOS-10 with this link

https://code.tutsplus.com/tutorials/ios-9-an-introduction-to-replaykit--cms-25458

But code is not working. Its not showing any window asking for the options.

Completion handler for the start is called but when I tap on stop its completion handler not getting called.

Can anyone please help.

Thanks in advance.

1 Answers1

4

Replay kit doesn't work on IOS Simulator but works well on Actual Device. I have tried this with IOS 8 and 9. SO this issue is with Simulator.

Thanks