This document provides steps for creating a mobile push notification service using Ruby on Rails. It discusses creating models for users, devices, and permitted apps. It also covers setting up routes and versioning the API. Authentication is implemented using HTTP authentication and tokens. Background jobs are added using Sidekiq to handle sending notifications. Code examples are provided for iOS and Android workers to interface with APNs and GCM respectively to send push notifications from the Rails backend.
Related topics: