Boodle
by We Make Apps.
v1.2
ยท
Updated 1 month ago
ยท
918.59 Kb
ยท
Released May 2015
Key Features
๐ค
AI Powered
๐ฅ๏ธ
Terminal / CLI
โ๏ธ
Strategy Game
๐
Notifications
๐ฌ
Social / Chat
๐
Password Manager
About Boodle
Boodle is a tool for app developers to quickly send push notifications to your iOS, and Android apps via the Apple Push Notification (APNs) and Google Cloud Messaging (GCM) services.
Unlike web-based push notification services, there is no need to upload your private certificates, keys and passwords, or install annoying SDKs just to test your notification-handling code.
Assuming you have the tokens for the devices that you want to send notifications to, along with the appropriate APNs certificate or GCM key, you can send notifications with full support for all of the possible payload data fields:
โข Simple alert body text (APNs)
โข Badge numbers (APNs)
โข Sounds (default & custom, APNs)
โข Content available flag (APNs)
โข Priority (APNs)
โข Extended alert body (APNs)
โข Custom payload data via the built-in JSON editor (APNs and GCM)
โข Expiration timeout/Time-to-live (APNs and GCM)
โข Collapse key (GCM)
โข Delay while idle (GCM)
โข Restricted package name (GCM)
Other features:
โข Detects sandbox & production push certificates in your Keychain
โข Supports password-protected PCKS-12 (.p12) certificates on your filesystem
โข Send to multiple devices
โข Console log viewer
โข Remembers your certificates, device list, and custom sounds