mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-04-24 11:56:18 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
20 lines
822 B
Plaintext
20 lines
822 B
Plaintext
{
|
|
"aps": {
|
|
"alert": {
|
|
"body": "Test message",
|
|
"title": "Optional title"
|
|
},
|
|
"category": "myCategory",
|
|
"thread-id":"5280"
|
|
},
|
|
|
|
"WatchKit Simulator Actions": [
|
|
{
|
|
"title": "First Button",
|
|
"identifier": "firstButtonAction"
|
|
}
|
|
],
|
|
|
|
"customKey": "Use this file to define a testing payload for your notifications. The aps dictionary specifies the category, alert text and title. The WatchKit Simulator Actions array can provide info for one or more action buttons in addition to the standard Dismiss button. Any other top level keys are custom payload. If you have multiple such JSON files in your project, you'll be able to select them when choosing to debug the notification interface of your Watch App."
|
|
}
|