Payload format for another push notification service

We are trying to send push notifications via custom service using device token (Notifications.getDevicePushTokenAsync).

We have two problems:

  1. Received messages do not contain «data» param in IOS
  2. By clicking on a message, the application does not start in Android (i guess we need specific click_action value in payload)

What payload format does expo use?

Please help!

Hey @mitka,

Take a look at this post: Notifications.addListener not being triggered on Android when sending from 3rd party service

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.