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.properties
file with your personal credentials from facebook, google and twitter oauth credentials. - Create
push-notifications
schema in MySql, add new local user withpush:push
credentials and give access topush-notifications
schema. - Execute this command
mvn spring-boot:run
- Spring Boot will do the rest