libnotifications icon indicating copy to clipboard operation
libnotifications copied to clipboard

I tested it out once to check if it worked and I keep getting notifications

Open ahoynodnarb opened this issue 4 years ago • 4 comments

[objc_getClass("CPNotification") showAlertWithTitle:@"Holy Smokes!" message:@"This is the message!" userInfo:@{@"" : @""} badgeCount:1 soundName:@"can be nil.caff" //research UNNotificationSound delay:60.00 //cannot be zero & cannot be < 60 if repeats is YES repeats:YES bundleId:@"com.apple.Preferences"]; dlclose(handle);

ahoynodnarb avatar Jun 02 '20 08:06 ahoynodnarb

Can you elaborate? You mean after removing the code from your tweak, youre still seeing notification? That's not possible. Or do you mean that the badge still shows you have a notification?

CokePokes avatar Jun 02 '20 09:06 CokePokes

I removed the tweak, libnotifications and deleted the daemon yet I'm still getting notifications

ahoynodnarb avatar Jun 02 '20 09:06 ahoynodnarb

Every 5 minutes or so I get another notification

ahoynodnarb avatar Jun 02 '20 09:06 ahoynodnarb

It even notifies me while unjailbroken

ahoynodnarb avatar Jun 02 '20 09:06 ahoynodnarb