Swift Tutorials: Integrate push notifications to iOS app using Firebase messaging (Step via step)

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • In this video , we will learn how to use push notification in IOS though google firebase messaging. We use Firebase to send apns (Apple push notifications) to our app. We are using UIKit and swift to build this tutorial. For testing purpose of push notification, we will use firebase messaging console.
    This video will cover step via step guide to use Firebase messaging into your iOS app for apple push notifications.

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

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

    Great Job!!! This is Norbert. I subscribed👍🏽

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

    Great video! Is it possible to send user notifications based off specific user actions? Liks if a user follows them or sends them a message? How would this be done? Thank you!

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

      Please check for topics in firebase push notifications. You can send notification by writing a function on Backend that will trigger push notification on that particular topic, as it’s not possible to trigger a push notification from front end.

    • @VinaySharma-ix1vb
      @VinaySharma-ix1vb 2 года назад

      @@swifttutorialsforios yes its possible from frontend also, I have done it

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

      Can you tell us how please? As it would help others too

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

      @@swifttutorialsforios you have to use cloud functions using backround triggers to be able to acheive this

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

    thank you very much

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

    Thanks for the video, I have followed the same steps unfortunately am not receiving the notifications on first launch of the application.
    1. Install
    2. Launch
    3. Send push notification
    Not working
    1. Install
    2. Launch
    3. Close the app
    4. Re-install/Re-launch
    5. Send push notification
    It is working.
    I would really appreciate if you can lead me to some clue.
    Thanks in advance!

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

      Check wether your device token is getting registered with firebase or not when you first install the app.

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

      Thank you so much for the reply, I will check

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

    Good, thanks 👍

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

    Nice

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

    But most of the developer are not used firebase for push notification they are using .pem file can you please explain what is the purpose of using different methods.

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

      Yeah, if you are using your own servers then you need to give your server team .pem file. Some of the developers used third parties for push notifications as they are easy to setup and also they are using other features from them.

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

    Does this works on released app .? Or we have to configure extra?

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

      If you have one bundle Id for both development and production then no need to reconfigure. But if different bundle identifiers then need to re configure.