Jump to content
  • Status: Fixed
  • Priority: Normal
  • Resolution: Fixed
  • Platform: iOS
  • Affects version: 1.18.3.0

Собственно описание задачи в заголовке. В андроид все ок.

Работа через TfgPushNotificationservice. (FCM).

Сам пуш простой 

array(
        'message' => array(
            'token' => $to,
            'notification' => array(
                'title' => $title,
                'body' => $body,
            ),
        )
    )

Событие OnPushNotificationReceived вызывается.


Fix version: 1.18.4.0

User Feedback

Recommended Comments

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.