Does LSApplicationWorkspace not work on iOS 11?

前端 未结 5 1325
抹茶落季
抹茶落季 2021-02-01 07:59

I have an app in private which need to scan all applications and schemes and get it by using private API LSApplicationWorkspace defaultWorkspace with others functio

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 08:39

    Private API is just that—private API. Using it is completely unsupported, and as such, you cannot rely on a private API continuing to work in future versions of the OS.

    In addition, I would be highly surprised if an app that used private API were able to get into the App Store, since it's one of the things Apple's reviewers scan for.

提交回复
热议问题