Sir, I have implemented schedule Notifications by following your Code. I want to schedule notification at a specific time every day i.e 04:00 PM every day then what should I do?
Brother it worked after the you provide the channel id ( if anybody don't know how to create then use PushNotification.createChannel like in componentDidMount and passed it in arguments)..🖖
so how can I Locally push schedule notifications when the app is closed. I can pop notification while it's in the foreground and in the background but when I close the app I cannot get notifications
Who didn't got error as well as notifications after following step to step please add channel notifications Just go to the documentation github.com/zo0r/react-native-push-notification#channel-management-android **NOTE: Without channel, notifications don't work Just they updated this 25 days back So try to learn creating channel and it'll work
I followed the all steps, but show this error: Developer warning for package "com.testapp" Failed to post notification on channel "fcm_fallback_notification_channel" Did anyone have the same problem?
Thank you. I folow your tutorial and get notification in IOS. But I have red error on bottom "remote notifications are not supported in the..." In server, full error like this. ERROR remote notifications are not supported in the simulator {"code": 3010, "details": {"NSLocalizedDescription": "remote notifications are not supported in the simulator"}, "message": "remote notifications are not supported in the simulator"} Can you tell me what wrong in there
Hi... Thanks a lot. It was such a detailed implementation. But in my xcode, I was able to add Background Modes capability, but I could not find "Push Notifications" capability. Can you please help me with this? And Thanks once again. Keep rocking. 👏👏
@@metalonios You mean on the PushNotification.localNotification() method? because on configure I believe there isn't such a field. If so, I have tried and it did not work
I followed the tutorial and find this error: "null is not an object (evaluating 'rnpushnotification.getinitialnotification')". I search in the entire internet and dont find a solution. Did you know what's causing it?
@WISERDIVISOR First i added the react native push notification library. Then i run expo eject, to create the android/ios folder. Finally, i run this magic command: "npx react-native link react-native-push-notification" and then everything worked (This command link the libraryr automatically to the code, so you dot need to do it mannually)
I followed all the steps I still have no notifications and no error as well no logging of onNotification as well and I have tried with both simulator and mobile
hi i am having this issue D/skia: --- Failed to create image decoder with message 'unimplemented' 2022-10-10 18:05:32.784 14399-14471/com.alloblue D/skia: --- Failed to create image decoder with message 'unimplemented' What to do ?
thanku soo much, you just save my day 😍😍 may god bless you
Thankyou! it worked on IOS. for people who would be getting error, try using presentLocalNotification instead of addNotificationRequest,
Default FirebaseApp is not initialized made me crazy, you are so greatness
@Syed Umer Ali 6:00
Thanks for the tutorial video.
Sir, I have implemented schedule Notifications by following your Code.
I want to schedule notification at a specific time every day i.e 04:00 PM every day then what should I do?
Thank you so much this fixed the issue that I was having for the last 3 days
Brother it worked after the you provide the channel id ( if anybody don't know how to create then use PushNotification.createChannel like in componentDidMount and passed it in arguments)..🖖
Could you be more detailed, no notification appears to me
@@fernando72496 Have you created the channel id and passed it into the function?
@@hardikpalrecha7714 No, I was missing that
THANK YOU SO MUCH GOOD SIR. You saved me! Can I buy you a virtual coffee?
thanks you very much, good job friend.
Thank you so much....
Wow 🤩🤩 , it really helps me alot . Hope to see next video soon
Will schedule notification work if the app is closed before 5 seconds?
I really need to know too !
Thank you
Need to keep making videos bro these are solid
Helped me a lot. Thanks.
so how can I Locally push schedule notifications when the app is closed. I can pop notification while it's in the foreground and in the background but when I close the app I cannot get notifications
thanks
in my code only background push is working in ios not the foreground?
Appreciate your efforts
I think you not created the notification channel 🙂
Who didn't got error as well as notifications after following step to step please add channel notifications
Just go to the documentation
github.com/zo0r/react-native-push-notification#channel-management-android
**NOTE: Without channel, notifications don't work
Just they updated this 25 days back
So try to learn creating channel and it'll work
upload regularly man
AMAZING
My man! Tks bro.
why i'm not able to push schedule notification even though i provided the channelid..please help in this.
me too
does we need add Capability remote notification if we just used local notification? I think remote notification use for APNS of Push notification
it wouldn't work on ios simulator, can anyone help?
I followed the all steps, but show this error:
Developer warning for package "com.testapp"
Failed to post notification on channel "fcm_fallback_notification_channel"
Did anyone have the same problem?
i get the same problem did you find any solutions
@@slimshady5864 Yeah, first: I created the channel and after I created de LocalNotification. Follow this: imgur.com/S9QkJX0
@@diegobonagurio9885 thankyou brother. it worked well. I there any way I can connect with you? Just for some guidance if I get stuck?
@@slimshady5864 yes bro, do you have discord?
@@diegobonagurio9885 not yet but i would like to explore it
Thank you.
I folow your tutorial and get notification in IOS.
But I have red error on bottom "remote notifications are not supported in the..."
In server, full error like this.
ERROR remote notifications are not supported in the simulator {"code": 3010, "details": {"NSLocalizedDescription": "remote notifications are not supported in the simulator"}, "message": "remote notifications are not supported in the simulator"}
Can you tell me what wrong in there
u can only test on a physical device
awesome
Hi... Thanks a lot. It was such a detailed implementation. But in my xcode, I was able to add Background Modes capability, but I could not find "Push Notifications" capability. Can you please help me with this? And Thanks once again. Keep rocking. 👏👏
Because you have free developer account you are not able to push notification capability
Hello. I followed all the steps but no push notification is getting fired. I dont have idea what happens and why it doesnt work
Same thing is happening to me. Can't find the reason for it
@@Monkinerino put a string in the channelId in configure like "general channel"
@@metalonios You mean on the PushNotification.localNotification() method? because on configure I believe there isn't such a field. If so, I have tried and it did not work
Is there anything else I should do other from PushNotification.configure() and PushNotification.localNotification() ?
@@Monkinerino sorry i meant on localnotification(). You must set a channel Id
I followed the tutorial and find this error: "null is not an object (evaluating 'rnpushnotification.getinitialnotification')". I search in the entire internet and dont find a solution. Did you know what's causing it?
@WISERDIVISOR First i added the react native push notification library. Then i run expo eject, to create the android/ios folder. Finally, i run this magic command: "npx react-native link react-native-push-notification"
and then everything worked (This command link the libraryr automatically
to the code, so you dot need to do it mannually)
This might happen if you are on expo. Worked for me in the bare project
Great video
I followed all the steps I still have no notifications and no error as well no logging of onNotification as well and I have tried with both simulator and mobile
me too, do you have solution ?
source code please
please keep caution when you updating AndroidManifest.xml file
use following code
we should explicitly define
android:exported="true"
hi i am having this issue
D/skia: --- Failed to create image decoder with message 'unimplemented'
2022-10-10 18:05:32.784 14399-14471/com.alloblue D/skia: --- Failed to create image decoder with message 'unimplemented'
What to do ?
thanks it works, but i don't see the token, when console.log("TOKEN:", token); at index.js how to get it ?, thanks
why i getting this error TypeError: this.handler.presentLocalNotification is not a function
source code please
source code please