push notification in standalone app

hello, i’m new to development with expo, and i’m facing a problem for days.
I need a notification every time a new message is added to the database I created. Using the expo token with the Expo app works perfectly, but when I use the standalone app, I am in no way able to use a service that works the same way.
Could someone help me, I would like a push notification operation similar to whatsapp / telegram
I appreciate the help

hi! we have a full guide on push notifications, starting here- Push Notifications Overview - Expo Documentation. Standalone apps are handled pretty much the same except you need to provide your own credentials.

You should read through each of the pages, and then if you’re still having trouble, post your code and the error messages you’re getting, otherwise it’s very difficult to help you out :sweat_smile:

1 Like

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