Hi @nikosan,
Are you talking about push notifications?
Built-in push notifications could be sent in between the apps which share the same database. See the topic here:
However, for Push notifications I’ve observed the following behaviour:
- If the app is opened (running) and user is logged in, notification is received, and user is directed to the particular screen (the one specified in a notification);
- If the app is closed (not running), but user is logged in, notification is received, but user is directed to home screen;
- If user is logged out, notification is NOT received.
Best,
Victor