Спасибо, что не получили проблему с pushЯ решил проблему, связанную со стабильностью сети.Но есть и другая проблема.Обратный вызов не работает при принятии сообщения следующим образом:
public void OnMessageReceived(object sender, Firebase.Messaging.MessageReceivedEventArgs e)
{
TDebug.LogWarning("HOUHOU>>>>>>> Received a new message <<<<<<<<<<<");
var notification = e.Message.Notification;
if (notification != null)
{
TDebug.LogWarning("HOUHOU>>>>>>> title: " + notification.Title);
TDebug.LogWarning("body: " + notification.Body);
}
}
Предупреждение: делегат UNUserNotificationCenter получил вызов -userNotificationCenter: didReceiveNotificationResponse: withCompletionHandler: но обработчик завершения никогда не вызывался.