Close Menu
  • Home
  • AI
  • Big Data
  • Cloud Computing
  • iOS Development
  • IoT
  • IT/ Cybersecurity
  • Tech
    • Nanotechnology
    • Green Technology
    • Apple
    • Software Development
    • Software Engineering

Subscribe to Updates

Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

    What's Hot

    DataRobot + Nebius: An enterprise-ready AI Factory optimized for agents

    March 19, 2026

    Handling Firebase NotificationOpened on .NET MAUI app on iOS

    March 19, 2026

    Can Apple Macs get Viruses?

    March 19, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Big Tee Tech Hub
    • Home
    • AI
    • Big Data
    • Cloud Computing
    • iOS Development
    • IoT
    • IT/ Cybersecurity
    • Tech
      • Nanotechnology
      • Green Technology
      • Apple
      • Software Development
      • Software Engineering
    Big Tee Tech Hub
    Home»iOS Development»Handling Firebase NotificationOpened on .NET MAUI app on iOS
    iOS Development

    Handling Firebase NotificationOpened on .NET MAUI app on iOS

    big tee tech hubBy big tee tech hubMarch 19, 2026021 Min Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    Handling Firebase NotificationOpened on .NET MAUI app on iOS
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    I am having quite a difficult time with something that I think should be easy, so I don’t know what I am missing if anyone knows. I am using the plugin Plugin.FirebasePushNotifications to receive FCM notification+data payloads on my .NET 9 MAUI app targeting Android and iOS.

    I am having trouble trying to execute code when the user taps on a notification in the notification center on iOS devices, both when the app is backgrounded and when killed. I have unsuccesfully tried subscribing to the NotificationOpened event, first in a service and now in App.xaml.cs like:

    public App(IFirebasePushNotification firebasePushNotification, [other services]){
        _firebasePushNotification.NotificationOpened += onNotificationOpened; 
    
    [...]}
    
    private async void onNotificationOpened(object sender, FirebasePushNotificationDataEventArgs e)
        {
            await _navigationService.GoToNotificationsView();
        }
    

    But this block of code never seems to run even when the notification is tapped. On Android devices I managed to implement this by catching the intents on the MainActivity, but I’ve also had no luck implementing the same on the AppDelegate overriding FinishedLaunching() checking for options.ContainsKey(UIApplication.LaunchOptionsRemoteNotificationKey)) and exporting userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler: .

    Anyone knows what the correct way to do this in MAUI for iOS devices is?



    Source link

    .NET app Firebase Handling iOS Maui NotificationOpened
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    watchOS 26.4 fixes a major Apple Watch Workout app complaint

    March 18, 2026

    Problems with RevenueCat Implementation for iOS – with Flutter code

    March 18, 2026

    ios – Video input to Shortcuts action

    March 17, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    DataRobot + Nebius: An enterprise-ready AI Factory optimized for agents

    March 19, 2026

    Handling Firebase NotificationOpened on .NET MAUI app on iOS

    March 19, 2026

    Can Apple Macs get Viruses?

    March 19, 2026

    Ultra-narrow linewidth blue plasmonic single mode nanolasing from MBE-grown GaN nanowires with embedded InGaN quantum wells

    March 18, 2026
    About Us
    About Us

    Welcome To big tee tech hub. Big tee tech hub is a Professional seo tools Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of seo tools, with a focus on dependability and tools. We’re working to turn our passion for seo tools into a booming online website. We hope you enjoy our seo tools as much as we enjoy offering them to you.

    Don't Miss!

    DataRobot + Nebius: An enterprise-ready AI Factory optimized for agents

    March 19, 2026

    Handling Firebase NotificationOpened on .NET MAUI app on iOS

    March 19, 2026

    Subscribe to Updates

    Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

      • About Us
      • Contact Us
      • Disclaimer
      • Privacy Policy
      • Terms and Conditions
      © 2026 bigteetechhub.All Right Reserved

      Type above and press Enter to search. Press Esc to cancel.