Push Notifications on iOS Simulator for Flutter Developers - Flutter Tips and Tricks 💙

Поделиться
HTML-код
  • Опубликовано: 3 авг 2024
  • Did you know that you can send push notifications to an iOS Simulator? In this video we will set up a Flutter application with Firebase Cloud Messaging and test sending push notifications to our simulator!
    🐦 Twitter: / vandadnp
    🔵 LinkedIn: / vandadnp
    🤝 Want to support my work? buymeacoffee.com/vandad
  • НаукаНаука

Комментарии • 41

  • @weselyong
    @weselyong 6 месяцев назад +2

    this still works, it's 2024-Jan now, thanks!

  • @bilalrabbi6401
    @bilalrabbi6401 2 года назад

    This is soooo fantastic. thank you so much

  • @TheMoralescl
    @TheMoralescl Год назад

    Thank a lot. This was really helpful. Thank you for sharing.

  • @Add0w
    @Add0w 2 года назад +1

    Thanks, Vandad this is a wonderful video but how can we specify the booted thing from the backend?

  • @ferdiangunawan1237
    @ferdiangunawan1237 2 года назад

    Nice! thankyouuu

  • @fuadall8961
    @fuadall8961 Год назад +2

    thanks for video. but unfortunately firebase_messaging plugin's onMessage, onMessageOpenedApp or getInitialMessage events wont trigger so you get just application opened but no push notificaition handling.

  • @aakashr79
    @aakashr79 2 года назад

    Brilliant!

  • @deepmondal8564
    @deepmondal8564 2 года назад

    Nice!

  • @swostikgautam5836
    @swostikgautam5836 2 года назад +2

    thank you sir for your videos...sir I follow you on linkedin ... are you making video for bloc and bloc testing?

    • @VandadNP
      @VandadNP  2 года назад

      Yes my Bloc video will be out next week

  • @similishetty1818
    @similishetty1818 2 года назад

    Can you please share code to show media in notification send from FCM for iOS

  • @UmairAli-zw6ij
    @UmairAli-zw6ij 6 месяцев назад

    one question how can we send push notifications like you did when the app is not running can we do that?

  • @muhammednashaf8136
    @muhammednashaf8136 Год назад

    Hi, after install, the firebase in my app is no crashing. I googled it and try to find a solution, but I couldn’t. I add the location permission also.

  • @rajatgupta6409
    @rajatgupta6409 Год назад

    Hey Man, Thank you for making this video. Helped a lot. Just one question, Why Push Notification from firebase direct is delayed on iOS Devices? Remote Notification is working but takes at least 2 min to appear on a real device. Any suggestion?

    • @hearvie
      @hearvie Год назад

      Personally from what I know it depends. When I started running on devices after getting fcm tokens with the phone connected it took even 6 minutes for me. After archiving and exporting to test flight rather it was way faster.

  • @ashtonthomas3474
    @ashtonthomas3474 Год назад +1

    Thanks!

    • @ashtonthomas3474
      @ashtonthomas3474 Год назад

      Super helpful. thank you!

    • @ashtonthomas3474
      @ashtonthomas3474 Год назад

      Was tripped up a bit when I didn't have the app in the background and the notifications didn't come through

    • @VandadNP
      @VandadNP  Год назад

      Thank you ❤️

  • @chomanthapa
    @chomanthapa Год назад

    i dont understand why for the same line of code , i can receive notification from firebase that has been sent thru a device via FCM in android but not in ios, do i need a apple developer account for that ?

  • @davidagyakwa288
    @davidagyakwa288 2 года назад

    is there a way do this when I connect my phone to it

  • @dev_amr343
    @dev_amr343 2 года назад

    Just kindly may you make a video for firebase dynamic linking on iOS in flutter apps, and really, thanks for your effort.

    • @VandadNP
      @VandadNP  2 года назад +1

      That sounds like a great idea. Thank you

  • @okeyshourovroy2769
    @okeyshourovroy2769 Год назад

    Please make a background and terminated state Notification video tutorial

  • @muhammadjabir8960
    @muhammadjabir8960 2 года назад

    please help me Sir.
    error
    An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
    Notification payload is missing the aps key
    Invalid argument

  • @martingelevski9509
    @martingelevski9509 4 месяца назад

    Justm to set a push notification for IOS cannot belive it

  • @safatelli4152
    @safatelli4152 Год назад

    there is no way to receive FCM push notification on simulator please ?

  • @retrogamerdaddy
    @retrogamerdaddy 2 года назад +1

    Do you have any video for your terminal theme and how it shows paths highlighted

  • @retrogamerdaddy
    @retrogamerdaddy 2 года назад

    Also can you cover state management topics using getx and provider

  • @kapilsharma6488
    @kapilsharma6488 9 месяцев назад

    flutter background notification is coming any trigger
    please help any one

  • @Wilhelm_LAS
    @Wilhelm_LAS Год назад +1

    BRO NONE HAS DONE ANDROID PUSH NOTIFICATIONS??? i am searching over the internet but theres NONE!

    • @VandadNP
      @VandadNP  Год назад +1

      Haha. Good idea. I might be able to make a video about that. You mean with native android or Flutter?

    • @resilienceworld
      @resilienceworld Год назад

      Flutter please. Having to use flutterLocalNotificationPlugin and it sometimes sends the background notification twice. Icons are also a bit of a hassle

  • @abdoahmed-zr9ef
    @abdoahmed-zr9ef 2 года назад +1

    Could you please release Bloc course?

    • @VandadNP
      @VandadNP  2 года назад +2

      I think the Bloc video will be out sometime late next week

  • @uniqueChannelid
    @uniqueChannelid 2 года назад +1

    Sir kindly start the flutter custom backend development course instead of swift course.

    • @VandadNP
      @VandadNP  2 года назад +1

      That sounds great. For backend I'd prefer to go with Django tbh

    • @uniqueChannelid
      @uniqueChannelid 2 года назад

      @@VandadNP sure Sir, Django would be best option.

  • @dotnetdevni
    @dotnetdevni 2 года назад

    Only complaint u smack ur lips way to much on mic lol 😂

  • @mattiasfjellvang6785
    @mattiasfjellvang6785 Год назад

    Thanks a ton for the tutorial. It helped qualify. However, it would actually be really nice if you demonstrated how to listen to the notifications, as I am having no issues sending them, but FirebaseMessaging.instance.getInitialMessage() does not seem to trigger on these custom notifications