Adding Notification Function to existing App -- 2
Budget: €18 – €36 EUR
Hello,
My client wants a notification function for his app. The app sends daily a picture with some motivation text on it to the user. My client wishes, when a new Post is posted, the user should get a Notification on Android and IOS.
My old develepor has created this note:
First of all, Apple and Android have different channels through which notifications can be sent. These include certificates that are permanently recompiled in the app.
Currently, the messages are stored in the CMS (DatoCMS) with a send time period. To send the notification, we first need a server (or cron job server) that registers each new message and schedules it in a cron job to send it to the app (ios and android) at the scheduled time.
The link between DatoCMS and the notification server can be created by a so called webhook that DatoCMS provides:
https://www.datocms.com/docs/content-management-api/resources/webhook/create
Themes: Expo, React Native, Firebase & GraphQL
My client wants a notification function for his app. The app sends daily a picture with some motivation text on it to the user. My client wishes, when a new Post is posted, the user should get a Notification on Android and IOS.
My old develepor has created this note:
First of all, Apple and Android have different channels through which notifications can be sent. These include certificates that are permanently recompiled in the app.
Currently, the messages are stored in the CMS (DatoCMS) with a send time period. To send the notification, we first need a server (or cron job server) that registers each new message and schedules it in a cron job to send it to the app (ios and android) at the scheduled time.
The link between DatoCMS and the notification server can be created by a so called webhook that DatoCMS provides:
https://www.datocms.com/docs/content-management-api/resources/webhook/create
Themes: Expo, React Native, Firebase & GraphQL