记录博客园一家网站:http://www.cnblogs.com/gugupluto/其中springboard的私有api介绍一文http://www.cnblogs.com/gugupluto/p/3206772.html很基础,但是很实用。
前段时间需要实现一个安装和卸载ipa的小程序,并且通过自己程序安装的ipa不能显示图标,经过一系列的查找资料,终于完成。现在记录主要网站:
http://wufawei.com/2013/07/iOS-application-security/
http://icathy.azurewebsites.net/?p=271
http://since2006.com/blog/240/ios6-mobileinstallationinstal
http://stackoverflow.com/questions/13817569/how-to-programatically-install-a-ipa-file-in-ios-6/15062538#15062538
下面文章主要介绍了如何打开一个app,其中注释部分说的很清楚,需要是dylib挂在springboard中,因为不管是daemon或者是app都无法通过运行时函数调用(objc_getClass等)获取springboard的函数的,除非是运行在springboard中。
http://stackoverflow.com/questions/6821227/can-an-ios-app-switch-to-safari-without-opening-a-page