Post an app notification (app.pop_banner)
Declaration
app.pop_banner(bid, title, body)
Parameters
- bid
String. App bundle identifier. You can find it inXXT App -> More -> App List
. - title
String. Notification title. - body
String. Notification body.
Notes
- Requires full jailbreak and the dependency "libbulletin" installed via Cydia/Sileo.
Example
app.pop_banner('com.tencent.mqq', 'QQ', '[QQ Red Packet] You received a fake packet')