Use Expo Push service to push data

Hello!

I would like to use Expo push notification service to push data from backend to mobile. The use case is telling mobile to fetch data again when it’s updated on backend.
In this use case I would like to trigger my NotificationReceived listener from expo SDK without displaying a native notification neither on Android or iOS.
Is this possible?

I tried to send a notification to my real device filling only the data field (no title or body) but nothing is received in this scenario.

SDK: 38

Regards
M.

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