IOMobileFramebufferGetLayerDefaultSurface not working on iOS 9

前端 未结 4 1115
难免孤独
难免孤独 2020-12-23 12:50

My main question is, how can I reverse engineer a private API function that already exists, but has been modified in a new version of iOS?

I have created an iOS app

4条回答
  •  醉酒成梦
    2020-12-23 13:34

    IOMobileFramebuffer is completely locked down on iOS 9 and cannot be used from non-Apple apps anymore. AFAICT, this closes the last private API to capture the screen efficiently. ReplayKit is the only replacement, but does not allow programmatic access to the actual video data.

提交回复
热议问题