Тёмный

#2 How to implement ios push notification in React Native and generate ios certificate keys, Xcode. 

I Dev
Подписаться 6 тыс.
Просмотров 34 тыс.
50% 1

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

 

6 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 97   
@adeyemosamuel2966
@adeyemosamuel2966 2 года назад
Best video so far on React Native firebase push notification for iOS. Thanks a lot
@IntellectDeveloper
@IntellectDeveloper 2 года назад
Glad it helped. and keep supporting our channel thank you. :)
@MuhammadUsman-uu2ei
@MuhammadUsman-uu2ei 2 года назад
Its not compulsory to write notification listeners, we can get the notifications via firebase console even without notification listener. Notification listener is only needed when you have to perform some events after taping on it.
@IntellectDeveloper
@IntellectDeveloper 2 года назад
yes you are right i implemented Listeners because most of application have notification tapping functionality.
@humbler144
@humbler144 Год назад
APNs related stuff was quite confusing for me at first but thanks to your video on this.
@IntellectDeveloper
@IntellectDeveloper 8 месяцев назад
welcome
@vaibhavacharya7507
@vaibhavacharya7507 Год назад
Excellent video with all explanations. Thank you.
@IntellectDeveloper
@IntellectDeveloper Год назад
glad it helped
@blockchainbusinessjourney
@blockchainbusinessjourney Год назад
i dont know a single word he said but i understand the code XD
@mobilemobil6035
@mobilemobil6035 Год назад
[Error: [messaging/unregistered] You must be registered for remote messages before calling getToken, see messaging().registerDeviceForRemoteMessages().] error can you please give me solution
@andyhinkle
@andyhinkle Год назад
Anyone find a solution for this?
@thisisashukla
@thisisashukla Год назад
thanks for the awesome video. i am not able to get notification inspite of generating the key on apple developer website. then adding it to firebase. i have the server key and FCM token. the notification is showing sent on testfcm but it is not received in my device. i have added the listeners as well
@anshifyaseen3066
@anshifyaseen3066 10 месяцев назад
if i got pushnotification how can i navigate to a specific page ?
@IntellectDeveloper
@IntellectDeveloper 10 месяцев назад
Watch this: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-DsPpgZrYHsY.htmlsi=w-lEL2H9x4OX9BFy
@alan5126
@alan5126 2 года назад
Soy de Peru.. muchas gracias.. excelente video
@talahzameer3022
@talahzameer3022 2 года назад
Thank you
@IntellectDeveloper
@IntellectDeveloper 2 года назад
thanq :)
@karankavaofficial
@karankavaofficial 7 месяцев назад
How can I navigate to specific screen in iOS on react native using react native push notifications iOS ?
@richardsanchristian5056
@richardsanchristian5056 Год назад
very nice thank you for this video
@IntellectDeveloper
@IntellectDeveloper Год назад
welcome
@muhammadjahanzaib2346
@muhammadjahanzaib2346 2 года назад
bro fire base aik hi project me hum ios or android dono pr sms kese bheej skte hain through the server not from firebase console
@IntellectDeveloper
@IntellectDeveloper 2 года назад
ye backend wale ka kaam hota hai vo trigger karta hai notification
@MehulKumar-m3i
@MehulKumar-m3i Год назад
Hello, what should to do if we already have two APN keys generated, because it's showing 2 apn key limit?
@IntellectDeveloper
@IntellectDeveloper Год назад
you can use same apn key for multiple projects
@mike_3979
@mike_3979 2 года назад
Is it possible to make the notification become an incoming call? like messenger ?
@beag6581
@beag6581 2 года назад
I am having a very big problem with notifications on ios, could you let the code, please?
@chihabahmed5207
@chihabahmed5207 2 года назад
How do you send message via node Do you get the device token then store it in your server and use apn package to send notifications? Thanks
@IntellectDeveloper
@IntellectDeveloper 2 года назад
i don't know node language. bro :)
@pratham014
@pratham014 2 года назад
Yes. You basically store the fcm token in your database and use either firebase rest api or admin sdk to send push notification
@brandflipping6353
@brandflipping6353 Год назад
For every time the component will mount, will it ask the permission to get the fcm token?
@chinmayk3409
@chinmayk3409 Год назад
Notification not coming sir, fcm token is generating but notificaiton not coming in iOS
@IntellectDeveloper
@IntellectDeveloper Год назад
did you upload apn keys on firebase console.
@chinmayk3409
@chinmayk3409 Год назад
@@IntellectDeveloper Yes notification is coming now , but When App is open then is not coming (Foreground Notification like whats App expected )
@DiscoverDazzling
@DiscoverDazzling 2 года назад
How to schedule notification react native run on a particular day before or time before only, like have todo app and I want to set a reminder notification for him if the task is about to end in 30 minutes on a particular date.
@IntellectDeveloper
@IntellectDeveloper 2 года назад
use this library notifee.app/react-native/reference/triggernotification#trigger
@GetCubed
@GetCubed 2 года назад
Hi. At 23:08 I can't register the simulator I have running. Could you help me with this?
@meetpatel7235
@meetpatel7235 9 месяцев назад
Bhai mere fcm token hi nhi aa rha. APNs token ki error de rha he
@IntellectDeveloper
@IntellectDeveloper 8 месяцев назад
which device are you using ?
@meetpatel7235
@meetpatel7235 7 месяцев назад
@@IntellectDeveloper Simulators
@muhammadfuzail1864
@muhammadfuzail1864 3 дня назад
@@IntellectDeveloper facing same issue
@tushar3875
@tushar3875 2 года назад
great video sir. thank you
@IntellectDeveloper
@IntellectDeveloper 2 года назад
Glad you liked it :)
@saikumaruppugandla8577
@saikumaruppugandla8577 2 года назад
Can we test pushnotifications in ios simulator ? With out connecting real device. And can we test in testflight app, because I am working on ios simulator with out connecting devices...the notifications listener methods are not triggering..when I send push notifications
@IntellectDeveloper
@IntellectDeveloper 2 года назад
we can't test notification in simulator if you have real device then connect it with your mac .
@mike_3979
@mike_3979 2 года назад
Sir, I wonder if I have to pay 99$ to register for Apple Developer Program Enrollment to be able to do the notification function on IOS
@IntellectDeveloper
@IntellectDeveloper 2 года назад
you will have pay $99 to enroll. otherwise you can't make a release app. or other many things. like apple pay, apple login etc.
@alexandrupruteanu6532
@alexandrupruteanu6532 2 года назад
salut,boss da la minutul 23:08 nu se vede clar ce configurari ai facut pentru a inregistra dispozitivul.
@IntellectDeveloper
@IntellectDeveloper 2 года назад
please follow the all steps one by one.
@JavedKhan-gk2cu
@JavedKhan-gk2cu 2 года назад
🔥🔥
@arupde6320
@arupde6320 3 года назад
keep uploading . good one .
@IntellectDeveloper
@IntellectDeveloper 3 года назад
Thank you...
@diepthanhduy6151
@diepthanhduy6151 Год назад
Can you help me i facing issue app received noti but it's don't show badge (background, only IOS) Thanks
@TeraBaap_YT7989
@TeraBaap_YT7989 2 месяца назад
Did you got any solution
@mike_3979
@mike_3979 2 года назад
Sir, Do I need Apple developer program to use Firebase (FCM) ?
@IntellectDeveloper
@IntellectDeveloper 2 года назад
For notification you need developer account
@ActivePointHello
@ActivePointHello Год назад
foreground btao
@IntellectDeveloper
@IntellectDeveloper Год назад
hey try this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-p0w-1Xcc4tE.html
@tshawchit
@tshawchit 2 года назад
I did everything, and still not able to get notification in foreground or background
@IntellectDeveloper
@IntellectDeveloper 2 года назад
Did you added valid apns file in firebase??
@tshawchit
@tshawchit 2 года назад
@@IntellectDeveloper Yes I did, I created a key with Apple Push Notifications service (APNs) enabled. I downloaded that p8 authkey certificate and uploaded to firebase. Basically everything in the video is done and now I'm not sure why it isn't working
@tshawchit
@tshawchit 2 года назад
@@IntellectDeveloper Update: It worked in a fresh new app, so I tried to narrow down the issue comparing ios folder of fresh app and current project with multiple rebuilds and clean ups. I removed the key and value for FirebaseAppDelegateProxyEnabled in info.plist, and it worked. Thanks for the video
@sehrishwaheed7953
@sehrishwaheed7953 Год назад
How to send an image in this notification?
@IntellectDeveloper
@IntellectDeveloper Год назад
use notifee npm for this, watch this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-p0w-1Xcc4tE.html
@jo8822
@jo8822 2 года назад
cimer le boss
@lordshire-engineering7834
@lordshire-engineering7834 Год назад
Thread 1: "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project
@IntellectDeveloper
@IntellectDeveloper Год назад
Add your own googleService file
@mdminhajuddinkhan3014
@mdminhajuddinkhan3014 2 года назад
I followed every step. I have created a profile with type as adhoc. Still notifications are not displayed on my iphone 12 emulator. Please help
@IntellectDeveloper
@IntellectDeveloper 2 года назад
Notification display only real device
@mdminhajuddinkhan3014
@mdminhajuddinkhan3014 2 года назад
@@IntellectDeveloper Now I am getting the following error: [Error: [messaging/unregistered] You must be registered for remote messages before calling getToken. I also tried calling messaging().registerDeviceForRemoteMessages() during the initial state of App. But it does not work. Please help
@IntellectDeveloper
@IntellectDeveloper 2 года назад
@@mdminhajuddinkhan3014 did you enable push notification on signingin & capabilities ?
@mdminhajuddinkhan3014
@mdminhajuddinkhan3014 2 года назад
@@IntellectDeveloper yes i have. When I run the app on emulator, the fcmToken is generated. But when i run on real device it gives the above error
@IntellectDeveloper
@IntellectDeveloper 2 года назад
@@mdminhajuddinkhan3014 try this solution github.com/invertase/react-native-firebase/issues/4195
@sirajahmad8167
@sirajahmad8167 3 года назад
bhai sqaud me kheloge ?
@IntellectDeveloper
@IntellectDeveloper 2 года назад
i don't play pubg. sorry
@gauthamvijayan
@gauthamvijayan 2 года назад
To get APN key 21:58
@amitkumar-ec3np
@amitkumar-ec3np 2 года назад
Can you provide source code.
@sirajahmad8167
@sirajahmad8167 3 года назад
Bhai squad me kheloge ?
@nullbe
@nullbe 3 года назад
you are king bro :D
@IntellectDeveloper
@IntellectDeveloper 3 года назад
thank you :D,
@muhammadmukthayar6308
@muhammadmukthayar6308 2 года назад
thanks you so much
@IntellectDeveloper
@IntellectDeveloper 2 года назад
No problem :)
@adityatarale684
@adityatarale684 2 года назад
Thank you sub
@IntellectDeveloper
@IntellectDeveloper 2 года назад
Welcome! :)
@rohailshafiq8094
@rohailshafiq8094 2 года назад
Bro please help i am stuck
@IntellectDeveloper
@IntellectDeveloper 2 года назад
what's the issue ?
@rohailshafiq8094
@rohailshafiq8094 2 года назад
@@IntellectDeveloper thanks bro I fixed
@geoffreyngugi6144
@geoffreyngugi6144 2 года назад
English please
@itachileiva
@itachileiva 2 года назад
pro
@IntellectDeveloper
@IntellectDeveloper 2 года назад
: )
@itachileiva
@itachileiva 2 года назад
@@IntellectDeveloper if i need to publish in app store, when i in the Register a New Provisioning File, i have to put Development? and ios app development?
@zeynepslaaltunok9076
@zeynepslaaltunok9076 Год назад
wtf language is this
@basi05
@basi05 Год назад
Hi, Could you help on this , on IOS side I'm getting Warning NativeFirebaseError: [messaging/unregistered] You must be registered for remote messages before calling getToken, see messaging().registerDeviceForRemoteMessages(). but working fine on Android . Thanks
@pagountoldstory583
@pagountoldstory583 Год назад
same warning to me ? please help ? @ IntellectDeveloper
@rohailshafiq8094
@rohailshafiq8094 2 года назад
hi bro I got this error please help [Firebase/Messaging][I-FCM002022] APNS device token not set before retrieving FCM Token for Sender ID '329511895140'. Notifications to this FCM Token will not be delivered over APNS.Be sure to re-retrieve the FCM token once the APNS device token is set.
@codewithjarred_
@codewithjarred_ 2 года назад
Fix this ever? I have this error. My android notifications work but ios not
Далее
Bro's Using 3 Weapons
00:36
Просмотров 3,6 млн
Building a Mobile App in 2024: The BEST Technologies
13:31