Is there a private API available to access the SIM Toolkit?

我的梦境 提交于 2020-01-23 14:14:45

问题


I'm investigating what APIs are available for accessing the SIM toolkit, does anything exist?

(Yes I know any use of such an API wouldn't permit the app to be submitted to the app store)


回答1:


1) You can take a look at CoreTelephony framework (disassemble it). It has bunch of functions around SimToolkit like:

  • CTServerConnectionCopySimToolkitMenu
  • CTServerConnectionSelectSimToolkitMenuItem and so on.

2)You can take a look (disassemble) at /System/Library/SpringBoardPlugins/SimToolkitUI.servicebundle/SimToolkitUI

You will be able to see what functions are used there (you will see a lot of functions from #1)



来源:https://stackoverflow.com/questions/16074190/is-there-a-private-api-available-to-access-the-sim-toolkit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!