send link to app

Boodle


Developer Tools
Developer: We Make Apps.
6.99 USD

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