如何了解iOS推出的应用程序和详细信息越狱iOS 7 [英] How to know about app launched and details jailbreak iOS 7

查看:149
本文介绍了如何了解iOS推出的应用程序和详细信息越狱iOS 7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在对 iOS 7 进行调整,我想了解应用启动事件以及正在启动的应用详情(名称和标识符)。到目前为止,我找到的唯一有用的框架是 SpringBoardServices.framework 。可用于跟踪应用启动事件的头文件包括:

I am making a tweak for iOS 7, in which I want to know about app launch event, and the details of app being launched (name and identifier). So far the only useful framework I have found is SpringBoardServices.framework. The header files which may be/are useful to track app launch event include:


  • SBAppLaunchUtilities.h

  • SBLaunchAppListener.h

如果我在正确的轨道上,是否有人可以向我提供有关其方法使用情况的信息? iphonedevwiki 上没有相关信息或指南。

If I am on right track, can anyone provide me information about their methods usage? There is no relevant information or guide present on iphonedevwiki.

此外,如何获取有关推出应用的信息?我已经学习了 Andy ibanez的教程。它挂钩 SBApplicationIcon 类,我猜这个类已经从iOS 7框架中删除了,因为我在dumped框架中找不到它。什么是备用标题?它是 SBSCardItem.h SBSCardItemsController

Moreover, How can I get information about app launched? I have studied Andy ibanez's tutorial. It hooks SBApplicationIcon class, which I guess has been removed from iOS 7 frameworks because I can't find it in dumped frameworks. So what is alternate header? Is it SBSCardItem.h and SBSCardItemsController ?

寻找向前寻求帮助。谢谢。

Looking forward for help. Thanks.

推荐答案

您需要查看 SpringBoard.app 而不是 SpringBoardServices.framework 。 SpringBoard应用程序独自,因为它的扩展意味着,它是一个应用程序,而不是可以在整个私有框架中找到的框架。

You need to look into SpringBoard.app instead of SpringBoardServices.framework. SpringBoard app comes "alone" because like it's extension implies, it's an app, and not a framework that can be found in the entire Private Frameworks.

你可以得到很多SpringBoard中 SBApplicationIcon 类的信息,例如应用程序显示名称和类似的东西。检查标题以获取更多信息。

You can get a lot of info from the SBApplicationIcon class in SpringBoard, such as the app display name and things like that. Check the headers for more info.

这篇关于如何了解iOS推出的应用程序和详细信息越狱iOS 7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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