Ionic 4 Local Push Notifications Tutorial

preview_player
Показать описание
Increase user engagement with local push notifications. Full tutorial of ionic notifications locally scheduled on a IOS or Android phone.
Please LIKE and SUB if this brought value to you. COMMENT below with any questions/thoughts.

Рекомендации по теме
Комментарии
Автор

you're the best among the rest boom panes!

mehdibahi-slaoui
Автор

Hi, thank you so much for the tutorial. Can you please tell me how to trigger a notification, lets say 9:00 am everyday?

vigneshsaravanan
Автор

Your video is good. But I need to send notify when my app is closed or killed by user. Please advise me. Thank you.

littledavil
Автор

excellent video friend, thank you very much.

robinrojasramirez
Автор

whoa great app, but how to use notification when some new data update ? i asume that ionic connect with api data

mikha
Автор

Jami, awesome videos really useful info, you have a new subscriber :D, i have a question for you i got a macbook a couple days ago and i was developing in ionic in windows for android, do i have to do something else if i want to build in iOS besides get xCode and all that stuff for example in my app i use cordova barcode scanner do i have to do something else if i want to use the same code in my iOS app?

egaldamez
Автор

I think you have misunderstood what adding ? onto the interface does. It doesn't default the number to zero like you say, it makes it optional, which means its undefined:

```
interface Sample {
count?: number;
title: string;
}


const example: Sample = {
title: "Testing"
}


console.log(example.count);
```
===
undefined

rtpHarry
Автор

man you are amazing < keep the ionic

mrmoody
Автор

Great Jami... thanks for this i want to create an app where i can pick a date and get notified when the date is due.... im using SQLIte... i wan the app to remain an offline app can i do that without firebase...

princeafrifa
Автор

Oops, good evening, is that I would like to know how I could do for the user to determine the message that would be sent, and also the time he would like to receive it per day, I am creating an app for the elderly and for being only a month studying ionic 4, I have great difficulties and little regional content, Ser Jaime Bot, help this young Brazilian

isaacsimplicio
Автор

So how to customize the notification sound?

diallomamadouhady
Автор

Jameson, your script working but notification is not showing...

jennyberliana
Автор

It's not working on android device... Nothing is displayed...

jennyberliana
Автор

Thanks for the tutorial, I would like to ask you how can i set the reminder fore every day.I get the input from the user and i want to set a notofication every day in the users input time?

kastoras
Автор

hi sir the above vedio helped me a lot thank q sir but i am unable to send notifications using firebase sir can you help me out with this
actually i done some search for android push notifications in ionic 4 and saw about registering the app in firebase and generating json file and adding it to the project i done it successfully but the next steps are very confusing the code to be written in ionic project of FCM(firebase cloud messaging) module and related code where to write etc

radeontraxoffice
Автор

Can you send notifications when your app is killed and not running in the background

trusterzero
Автор

bro i tried it on emulater but its not working for me not showing any errors in editor how to to find the errors plz help me someone

vyshnavkumar
Автор

Have you tested sound to play with a notification

creativeartdesign-mrkamal