Mobile push notifications made easy. Single service for multiple OS and devices.
Backend for push notifications service that works with APNS and GCM. Frontend part is available here push-notifications-frontend. Final version soon
- Support for both Android and iOS devices from one place
- Multiple applications for same user
- Support for unlimited number of devices, push notifications and applications
- Scheduled notifications
- Public API for registering devices and sending notifications
- List all registered devices
- Replace
src/main/resources/social.propertiesfile with your personal credentials from facebook, google and twitter oauth credentials. - Create
push-notificationsschema in MySql, add new local user withpush:pushcredentials and give access topush-notificationsschema. - Execute this command
mvn spring-boot:run - Spring Boot will do the rest