Тёмный

React Native Push Notifications for iOS and Android 

Jon Peppinck
Подписаться 8 тыс.
Просмотров 43 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 27   
@EnginoIsRunning
@EnginoIsRunning Год назад
Does this method also work when the background app process is closed? In my case I get notifications if the app is running in the background, but not when its process is shut down by me or by a cleaner tool.
@andyhinkle
@andyhinkle Год назад
Love the video but man a different social advertisement every 20-30s is extremely distracting.
@giliardirigotti2201
@giliardirigotti2201 8 месяцев назад
Does it work quietly in the background on iOS?
@tomipri01
@tomipri01 9 месяцев назад
Can you please explain in greater detail how you decide where the notification is being sent? And how the recipient's device knows which notification it is receiving? I'm new to react native and trying to implement on iOS using firebase
@dimersonnunez6268
@dimersonnunez6268 Год назад
Video ended and we didn't get any preview or anything about how the code was implemented and worked. Added all this code to my project and now is broken
@JonPeppinck
@JonPeppinck Год назад
I did show the preview at the very start of the video. Unlike the other videos, I needed to use the actual device rather than the emulator, to record the screen. It is quite awkward and takes a lot of setup to do this, hence the video at the start. It should work though. Try to clone the RN repo from GH and add in your environment variables.
@dimersonnunez6268
@dimersonnunez6268 Год назад
@@JonPeppinck Okay will try thanks
@damiA275
@damiA275 6 месяцев назад
hey, nice tutorial, did you run into this error from google playstore : Your use of exact alarms is causing your app to crash for some Android users
@dimersonnunez6268
@dimersonnunez6268 Год назад
Good video, but you explain a lot of things and don't actually do most of them. It would be useful if you did everything you are telling us to do. And also having the installations links in the description. Other than that good stuff
@JonPeppinck
@JonPeppinck Год назад
I will add in the video sdk documentation link to the description. This shows you how to install the third party library for iOS and Android. I only have an Android device so it doesn't make sense for me to go through the iOS installation without being able to verify it works on the device. If you get stuck, please feel free to clone the GH repo.
@Ibrahim-fh6kv
@Ibrahim-fh6kv Год назад
Hi Jon, this is very great course on microservices and NestJS. Will you also do a deployment and testing as well ?
@JonPeppinck
@JonPeppinck Год назад
Thanks for checking it out. I have already got videos on my channel with regards to testing both NestJS and react applications. Unit testing, integration / e2e testing. With regards to deployment, I want to come back to deployment and other DevOps topics, most likely with AWS. Although that may be a few months away.
@MiG-25IsGOAT
@MiG-25IsGOAT 5 месяцев назад
@@JonPeppinck Can you answer if it will work if the background app process is closed please?
@dancruz7845
@dancruz7845 Год назад
Are there any good resources for learning how to develop without an expo workflow? All the courses on Udemy use Expo and Im looking at your code and have no idea what is going on.
@JonPeppinck
@JonPeppinck Год назад
I think it's fine to just copy and paste the code from the documentation of reputable packages with just a high level understanding. Otherwise, you will need to learn more about true native development in Java for Android and Swift for iOS. In particular, installing packages and making use of native features. There used to be a time where Expo was terrible and packages and native features one may need simply weren't compatible. However, the expo team has done a good job at making things easier, hiding all the true native code that needs to be there, with a simple command line installation. However, you need to know your requirements and do a little research, whether or not you can get away with expo. If you can use Expo, it will make things easier. I've found for enterprise level projects, there comes a time where you just need something that isn't compatible with expo. You can still eject your project, but the larger it is, the more things that can go wrong. You will probably get more comfortable with it if you follow a couple of random tutorials on the topic and then use the same steps to install some random package in your project.
@paurushkumar3616
@paurushkumar3616 8 месяцев назад
can we see notifications in ios Simulator??
@FreeLancerIndia-n7f
@FreeLancerIndia-n7f Год назад
Can share github link for this demo please ?
@JonPeppinck
@JonPeppinck Год назад
There is a link in the description to the GH repo.
@hihihoho1900
@hihihoho1900 Год назад
are you using database here to store notifications?
@JonPeppinck
@JonPeppinck Год назад
The push notifications alert the user when they have received a message, and the message is stored in the database.
@hihihoho1900
@hihihoho1900 Год назад
@@JonPeppinck is it mongo database?
@hihihoho1900
@hihihoho1900 Год назад
i am using mongo database to build my project and i have to use push notification but i didn't find any videos to teach me that. they always use firebase.
@JonPeppinck
@JonPeppinck Год назад
@@hihihoho1900 this video is from the Facebook messenger clone playlist and I have created a video which shows all the highlights and technology used. Saving notifications into a mongo database is just a POST request. I have a video on CRUD operations with NestJS and mongo, which is the first video in the Amazon clone playlist, if you don't already know how to do that. Since I am sending push notifications to a users phone in response to a message, I needed to use web sockets. Most of the tricky work relating to push notifications with RN and the websockets is covered in this video, assuming you are using NestJS for your backend. Saving the data to your Mongo DB is then trivial.
@manasgain
@manasgain Год назад
I felt this boring and it is very slow paced. Even after changing playback speed to 2x, you seemed very slow.
@kissmeifyouloveme5983
@kissmeifyouloveme5983 Год назад
🤦😒
@ThiagaoVlogs
@ThiagaoVlogs 11 месяцев назад
Heey Jon, make a fluid video... this type of video with you speaking and a bunch of prints is horrible... anyway I sort of understood and will try to implement it
Далее
React Native Video Call
38:50
Просмотров 1,9 тыс.
How Push Notifications Work on iOS and Android
7:08
Просмотров 19 тыс.
МАЛОЙ ГАИШНИК
00:35
Просмотров 553 тыс.
How Many Twins Can You Spot?
00:17
Просмотров 19 млн
Expo 50+ Push Notifications (React Native)
11:50
Просмотров 3,5 тыс.
10 Best Push Notification Services and Tools in 2024
5:49
How To Send Push Notifications With JavaScript
11:38
Просмотров 345 тыс.
React Native Local Push Notifications Tutorial
10:14
Просмотров 128 тыс.
Notificações locais de um jeito FÁCIL com Notifee
39:23
Setup Push Notifications in your Expo App
19:28
Просмотров 33 тыс.