是否可以使用私有API来访问SIM Toolkit? [英] Is there a private API available to access the SIM Toolkit?

查看:140
本文介绍了是否可以使用私有API来访问SIM Toolkit?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在调查可用于访问SIM工具包的API,是否存在?

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

(是的,我知道对此类API的任何使用都不允许将应用提交到应用商店)

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

推荐答案

1)您可以看一下CoreTelephony框架(将其反汇编).它具有围绕SimToolkit的许多功能,例如:

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

  • CTServerConnectionCopySimToolkitMenu
  • CTServerConnectionSelectSimToolkitMenuItem 等等.
  • CTServerConnectionCopySimToolkitMenu
  • CTServerConnectionSelectSimToolkitMenuItem and so on.

2)您可以在/System/Library/SpringBoardPlugins/SimToolkitUI.servicebundle/SimToolkitUI中查看(拆卸)

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

您将能够看到那里使用了哪些功能(您会从#1中看到很多功能)

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

这篇关于是否可以使用私有API来访问SIM Toolkit?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆