Skip to main content

Post an app notification (app.pop_banner)

Declaration

app.pop_banner(bid, title, body)

Parameters

  • bid
    String. App bundle identifier. You can find it in XXT App -> More -> App List.
  • title
    String. Notification title.
  • body
    String. Notification body.

Description

  • Requires full jailbreak and the dependency "libbulletin" installed via Cydia/Sileo.

Example

app.pop_banner('com.tencent.mqq', 'QQ', 'You have a new message from QQ')