But you didn't explain how it works, you just explained how to use it. Considering the device's IP is not public how does the server even open a connection to the device to send a notification? Does the device keep polling the server?
I have already made a simple app with html, css, JS codes but I am missing a notification system. Can you help me please adding a notification system to my mobile phone app?
Hi, would like to get a suggestion lthat which one should be appropriate for push notifications from .net core application to a huwawei mobile. Firebase cant be used. kindly advice
I think you can use that big eyed girl character for "1 month no use" users to return back to your app, Push an attractive message and when user clicks on it open that character image with an emotional message :D
Personally, I wouldn't. Not unless it's something like a chat application or a peer-to-peer app where they send each other messages. If it is a marketing thing, no.
I'm working on a group project and we planned on creating an app that sends notifications every so often. Is there anyway to code this into the app or can I use a software to do this for me? I'm still new to the whole tech thing but I would appreciate some help in how I would include it in my app
Thank you for making richer with automation ideas. By the way, I used to travel all over UK, but still don't know your area: Wantage - is it a new development area? Learning is for a life time (",).
Thank you for the explanation, on google if you type push notification, they show you firebase, this is the explanation i needed, I have a server, now I know I can implement this without firebase. EDIT: GCM is deprecated, Google wants us to use firebase. :(
Yeah, you still need Firebase to send it. But there are other platforms you can use for registration. I have some clients who use NotificationHub on azure. But, you're right, since you have to use Firebase anyway... you might as well just use it.
@@OverpassApps I've implemented it in my app and it's good, was really easy to setup. Other than having to install a package for one job and having to keep track of firebase (credentials, usage, etc), I have no problem. Oh and I used Notifee, it was recommended on the react native firebase website. That was one more additional package I had to install, but it was worth it, saved me a million years.
How do I get notifications from software that doesn't offer notifications? I am and end user and would like to be notified when certain things pop into a calendar.
You must PUSH by proxy if the app doesn’t natively support push notifications. Make a CRON job that checks a site calendar every hour or every 24 hours, then pushes a new notification entry into over SMS, GMAIL/EMAIL, ASANA, TRELLO, WHATSAPP, PRIVATE TWITTER, or any other service you use that notifies you.
Great video, Erick! One question, can a push notification be sent with, for example, a store name nere the current user location? (having geolocation enabled).
How about really useful one: "hey we noticed you haven't used our app for a month. Did you forgot about it or you want to uninstall it so free up some space?"
The big difference is that SMS costs money and push notifications don't. And, users are less likely to give their phone numbers. But, yeah, I see your point :-)
Thanks agin for awesome vid ! I would Use Notification to promote my other apps with some Nice call to action + for more revenue I would like to promote some CPA or some affiliate offers which are related to my app niche e.g if my app about workout or yoga I will definitely promote some few offers each Month !!
APPLE SUCKS👎👎👎👎👎 It's a shame we can't change the ringtone for push notifications, especially for life-threatening notifications!!!!👎👎👎👎👎👎👎 When my house is on fire, I don't want this short silent beep that you don't hear most of the time!!! THIS IS A DISASTER!!! DANGEROUS AND A SHAME FOR APPLE !!!!!!!!!!!🤮🤮🤮🤮🤮🤮 When my mom is in danger or becomes unwell and pressed the alarm button, I want a long loud alarm sound, not a silent short little bleep!!!!!!! If there is a burglary and your alarm goes off you only want the loudest ringtone you can find and no short soft mini bleep you won't hear!!!! ARE THEY CRAZY AT APPLE!!!! I hate my 12 Pro Max, so many things I miss but this is a killer!!! Literally... TOTALLY CRAZY THAT APPLE DOESN'T LET US PICK A RINGTONE FOR EVERY APP!!!!!!!🤮🤮🤮🤮🤮🤮 HE APPLE ITS 2021!!!!!!!!!!!!!!!! FOOLS
Good video, at least it solve few doubt that I had.
Hey
The green screen looks good (in the last videos and it's fine when you do it right) :)
But you didn't explain how it works, you just explained how to use it. Considering the device's IP is not public how does the server even open a connection to the device to send a notification? Does the device keep polling the server?
that is a really interesting question, do you have the answer? or someone more know it?
I have already made a simple app with html, css, JS codes but I am missing a notification system. Can you help me please adding a notification system to my mobile phone app?
Hi, would like to get a suggestion lthat which one should be appropriate for push notifications from .net core application to a huwawei mobile. Firebase cant be used. kindly advice
I think you can use that big eyed girl character for "1 month no use" users to return back to your app, Push an attractive message and when user clicks on it open that character image with an emotional message :D
+burak basaran She's the one on our "Please leave a review" pop up.
Yes She is the one, I think that girl can help you to get back your lost user :) I actually can't ignore such a cute girl's request :D
Thank you for this explanation of this feature I knew nothing about on my galaxy s9!
Would you recommend sending out more than 1 notification a day ?
Personally, I wouldn't. Not unless it's something like a chat application or a peer-to-peer app where they send each other messages. If it is a marketing thing, no.
Mostly one notification is enough. Sometimes notification also become a reminder to uninstall the app
Depends on the product i have a customer the promote there daily offers > butcher shop seams to work :)
I'm working on a group project and we planned on creating an app that sends notifications every so often. Is there anyway to code this into the app or can I use a software to do this for me? I'm still new to the whole tech thing but I would appreciate some help in how I would include it in my app
I would use a Firebase cloud functions so you can use Firebase for push also. But, not sure about scheduling.
How to notify the user with bell icon highlighted whenever we push notifications from firebase in android application
I think it could be interesting, but I didn't implement full version with my server. I sent just test messages from firebase console.
Hey, do you have a good Firebase knowledge, because I dont and I want to implement it in my Applikation :o, so maybe you could help me? :)
@@Brotisyt Sorry I don't.
@@cloud-mv3wm ah okay, alright, thanks anyways :3
I downloaded cashforapps.they give me a task that enable push notifications...explain that please!
Wonderful explanation
Thank you for making richer with automation ideas. By the way, I used to travel all over UK, but still don't know your area: Wantage - is it a new development area? Learning is for a life time (",).
Haha. I don't know any other developers in the area, but there probably are some.
Thank you for the explanation, on google if you type push notification, they show you firebase, this is the explanation i needed, I have a server, now I know I can implement this without firebase.
EDIT: GCM is deprecated, Google wants us to use firebase. :(
Yeah, you still need Firebase to send it. But there are other platforms you can use for registration. I have some clients who use NotificationHub on azure. But, you're right, since you have to use Firebase anyway... you might as well just use it.
@@OverpassApps I've implemented it in my app and it's good, was really easy to setup. Other than having to install a package for one job and having to keep track of firebase (credentials, usage, etc), I have no problem. Oh and I used Notifee, it was recommended on the react native firebase website. That was one more additional package I had to install, but it was worth it, saved me a million years.
Thanks again, for this simple explanation of app development structure!
Very helpful until this day,thank you and I subscribed 👍🏾
Is it legally acceptable to open youtube channel link with the help of intent by using Push Up Notification on my own android app???
Dude.... no idea...
Thank you.
Thanks buddy
How do I get notifications from software that doesn't offer notifications? I am and end user and would like to be notified when certain things pop into a calendar.
I’m not sure if it is possible.
You must PUSH by proxy if the app doesn’t natively support push notifications. Make a CRON job that checks a site calendar every hour or every 24 hours, then pushes a new notification entry into over SMS, GMAIL/EMAIL, ASANA, TRELLO, WHATSAPP, PRIVATE TWITTER, or any other service you use that notifies you.
Nice one
Great video, Erick! One question, can a push notification be sent with, for example, a store name nere the current user location? (having geolocation enabled).
I made it to 2:35 when my eyes glazed over!
How about really useful one: "hey we noticed you haven't used our app for a month. Did you forgot about it or you want to uninstall it so free up some space?"
It still amazes me how lazy people are. I do sms and whether app is open or not i still am notified. We're that lazy we can sign in or open app?
The big difference is that SMS costs money and push notifications don't. And, users are less likely to give their phone numbers. But, yeah, I see your point :-)
Thanks agin for awesome vid ! I would Use Notification to promote my other apps with some Nice call to action + for more revenue I would like to promote some CPA or some affiliate offers which are related to my app niche e.g if my app about workout or yoga I will definitely promote some few offers each Month !!
ahmed fnitou have you tried affiliate offers through push notifications yet? Has it worked out?
Just for today…and tomorrow…and the day after that
So confusing... still scratching my head...
You could have summarized this into one paragraph. I'll never get my 8 minutes back.
The only thing push notifications have been working are my nerves.
How to stop push notification
Th user may opt out of push notifications from within the Settings app
Nice!
Rad, i much prefer longer videos
More confusion....
Sorry. I tried to make it clear. You can also use firebase these days.
Gud one Eric
This is great
rodrigo wya
I like. To find friends. On face book
useful
Thanks Mario.
APPLE SUCKS👎👎👎👎👎 It's a shame we can't change the ringtone for push notifications, especially for life-threatening notifications!!!!👎👎👎👎👎👎👎 When my house is on fire, I don't want this short silent beep that you don't hear most of the time!!! THIS IS A DISASTER!!! DANGEROUS AND A SHAME FOR APPLE !!!!!!!!!!!🤮🤮🤮🤮🤮🤮 When my mom is in danger or becomes unwell and pressed the alarm button, I want a long loud alarm sound, not a silent short little bleep!!!!!!! If there is a burglary and your alarm goes off you only want the loudest ringtone you can find and no short soft mini bleep you won't hear!!!! ARE THEY CRAZY AT APPLE!!!! I hate my 12 Pro Max, so many things I miss but this is a killer!!! Literally... TOTALLY CRAZY THAT APPLE DOESN'T LET US PICK A RINGTONE FOR EVERY APP!!!!!!!🤮🤮🤮🤮🤮🤮 HE APPLE ITS 2021!!!!!!!!!!!!!!!! FOOLS
Way too wordy....zzzzz
This video makes no sense whatsoever.