How to Add Local Push Notifications to Your iOS App with Swift

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 23

  • @manfrommars
    @manfrommars 4 หลายเดือนก่อน +1

    Million thanks, very simple and clear 👍👍👍

  • @ДмитрийСельянов-ы5г
    @ДмитрийСельянов-ы5г ปีที่แล้ว +1

    Amazing tutorial, man 💪

    • @martinlasek
      @martinlasek  ปีที่แล้ว

      Thanks! Glad you liked it 👊🏻✨

  • @awepilgrim
    @awepilgrim ปีที่แล้ว +1

    Great tutorial, thanks!

  • @noahchandlerr
    @noahchandlerr ปีที่แล้ว

    Can you make a video on how to do it on the Apple CloudKit (APNs)

  • @maisamilena
    @maisamilena ปีที่แล้ว +1

    Strait to the point, nice!

  • @aliDevJourney
    @aliDevJourney 8 หลายเดือนก่อน +1

    First of all, I want to thank you for that useful tutorial. But I have a one specific question about local notifications. How can i navigate to the specific view when user tapped the notification. In my case my struct includes four tabbar buttons and for example when notification came I want to start the from the second tabbar buttons view.

    • @GeorgeHafiz
      @GeorgeHafiz 6 หลายเดือนก่อน

      i think with UNMutableNotificationContent.defaultActionURL

  • @Ajay-.
    @Ajay-. 2 ปีที่แล้ว +1

    "Swift by Martin" is back ❤

  • @ОлексійГраждан-в1э
    @ОлексійГраждан-в1э ปีที่แล้ว +1

    Cool video👍thanks

  • @retdude
    @retdude 8 หลายเดือนก่อน

    Nice tutorial, I was wondering if you could describe how this works in the XCode 15 setup without storyboard. I do not have a ViewController in my app and I was wondering how to get this working in my program architecture.

    • @definitlyarealperson7041
      @definitlyarealperson7041 6 หลายเดือนก่อน

      I had the same problem.
      I basically just executed the checkForPermission function inside the onAppear modifier of the ContentView:
      var body: some Scene {
      WindowGroup {
      ContentView()
      .onAppear() {
      self.checkForPermission()
      }
      }
      }

  • @hardenedWarrior
    @hardenedWarrior ปีที่แล้ว +1

    Will it work even when user will close the app?

  • @thiruselvamb4350
    @thiruselvamb4350 ปีที่แล้ว

    I am a conversation app which when we receive the message from the opposite person it does not sound and notified in the notification center...... how to do that

  • @jiongrong
    @jiongrong 6 หลายเดือนก่อน

    Thanks for good video appreciate

  • @krsjofficial
    @krsjofficial 2 ปีที่แล้ว +1

    Nice one

  • @martinlasek
    @martinlasek  2 ปีที่แล้ว

    Let me know if you are missing something regarding local push notifications or if you have any additional questions! Happy coding ✌🏻🙂!

    • @kasparlaurenz
      @kasparlaurenz ปีที่แล้ว

      does this also apply to a watch app?^^

    • @tomameslee
      @tomameslee ปีที่แล้ว

      Are you able to please show how to have alternative body text so we can send different text each day?

    • @s.tunahanustuntepe2966
      @s.tunahanustuntepe2966 ปีที่แล้ว

      I can't get notifications in the simulator, I can only get them when I connect my own phone, how can I get them in the simulator?

  • @drdax
    @drdax 8 หลายเดือนก่อน

    excellent tutorial, thanks!