Вот настройки:
Код: Выделить всё
def ios_format(apn)
apn.custom_payload = { universal_link: url }
apn.alert = { title: title(recipient), body: message(recipient) }
apn.sound = 'default'
apn.priority = '10' # Send immediately, bypassing the
end
Как я могу отладить/исправить проблему? (с замеченным драгоценным камнем)
Я проверил Apple consoleKIT и не вижу удаленных уведомлений.
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/784 ... plane-mode