Configure multiple apps in push.yml
mainTo support multiple apps (e.g., a 'calendar' app and an 'email' app), define unique keys in config/push.yml under the platform section (apple or google). You can also define a shared configuration for a platform that gets merged into app-specific settings.
In your notification classes, set self.application to match the key used in push.yml.
class CalendarPushNotification < ApplicationPushNotification
self.application = "calendar"
endshared:
apple:
application:
team_id: your_apple_team_id
calendar:
key_id: <%= ... %>
topic: calendar.bundle.identifier