anthonya1999 / iRec

A revolutionary non-jailbroken screen recorder for all devices running any version of iOS 7-8, including the Apple Watch (coming soon)!
17 stars 5 forks source link

iOS 9 Support #1

Closed anthonya1999 closed 8 years ago

anthonya1999 commented 9 years ago

iRec in its current state does not record on iOS 9. This is one of the reasons I decided to make the source public, so other developers can help with this issue. The problem lies in opening the framebuffer (the method named "openFramebuffer" in "ScreenRecorder.m") – the function called "IOMobileFramebufferGetLayerDefaultSurface". This, if successful, should return 0, however, it returns a large negative number on iOS 9. The problem has been posted on StackOverflow here: http://stackoverflow.com/questions/32239969/iomobileframebuffergetlayerdefaultsurface-not-working-on-ios-9. If any developers have a solution, please submit a pull request! It will be greatly appreciated!

anthonya1999 commented 8 years ago

See updated README for updated status on iOS 9.

anthonya1999 commented 8 years ago

iOS 9/10 support will be in a separate version of the app.