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


i'm investigating apis available accessing sim toolkit, exist?

(yes know use of such api wouldn't permit app submitted app store)

1) can take @ coretelephony framework (disassemble it). has bunch of functions around simtoolkit like:

  • ctserverconnectioncopysimtoolkitmenu
  • ctserverconnectionselectsimtoolkitmenuitem , on.

2)you can take (disassemble) @ /system/library/springboardplugins/simtoolkitui.servicebundle/simtoolkitui

you able see functions used there (you see lot of functions #1)


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -