如何赶上从其他应用程序使用私人框架所有的iOS推送通知? [英] How to catch all push notifications from other apps on iOS using private frameworks?

查看:221
本文介绍了如何赶上从其他应用程序使用私人框架所有的iOS推送通知?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要找来检测对iOS上的其他应用程序传入的推送通知的方法。我知道可能没有办法这可以通过公共框架来完成,但是因为这是一个个人项目,我可以使用私人图书馆。

I'm looking for a method to detect incoming push notifications directed to other apps on iOS. I know there's probably no way this can be done with public frameworks, but since this is for a personal project, I can use private libraries.

我想通过蓝牙每次我得到一个通知时间外部设备联系,但我无法在设备本身(所以没有ANCS)计划。我看了成SpringBoardServices和BulletinBoard私人框架,但我不是专家程序员,所以我不能想出一个办法来使用他们我的需要...任何想法?在此先感谢!

I want to contact via bluetooth an external device every time I get a notification, but I can't program the device itself (so no ANCS). I've looked into the SpringBoardServices and the BulletinBoard private frameworks, but I'm not an expert programmer, so I couldn't figure out a way to use them for my needs... Any ideas? Thanks in advance!

推荐答案

很有意思的问题!

我有一些想法,这可能会帮助你。

I have some ideas which may help you.

私人框架SpringboardServices:

Private framework SpringboardServices:


  • SBSPushStore类

  • SBSPush *

然后,有在BulletinBoardService。这对通知中心的codeNAME。而且,因为它显示通知的列表,它必须某处包含通知数据。我定睛一看到这个框架中。

Then, there is the BulletinBoardService. It's the codename for the Notification Center. And because it shows a list of notifications, it must contain notification data somewhere. I'd take a closer look into this framework.

最后,我的最后一个猜测,有一个ApplePushService私人框架。我认为它接收远程通知。

Finally, my last guess, there is an ApplePushService private framework. I think it receives the remote notifications.

祝你好运!让我们更新时间:)

Good luck! Keep us updated :)

这篇关于如何赶上从其他应用程序使用私人框架所有的iOS推送通知?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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