Closed yuki24 closed 7 years ago
Similar to #12, but for other headers:
class WeatherNotifier < Fourseam::Base def weather_update(device_id) @device = Device.find(device_id) ... push apn: { device_token: @device.token, 'apns-topic': @device.topic, 'apns-priority': 5 } end end
Similar to #12, but for other headers: