• Resolved iwillwin1

    (@iwillwin1)


    Firstly Thank you for this plugin. This is really great work.

    I have a Flutter App that uses WordPress site contents to push to my Android and iOs App.

    I am currently using “FCM Push Notification from WP” which sends notifications to my app users. Everything works fine but when I click on the news notification nothing happens (See screenshot)

    https://prnt.sc/1oky83w

    https://prnt.sc/1okyds1

    https://prnt.sc/1okym1t

    I want to enhance the notification when the user clicks on that notification, it should open that full news in the app. The below screenshot is an example of full news from app what something like I would want to open when someone clicks on the notification`

    https://prnt.sc/1okym1t

    Can you help me guide/redirect or share your contact if this is something you can do?

Viewing 1 replies (of 1 total)
  • Plugin Author Paulo Miranda

    (@dprogrammer)

    HI,

    Thanks for the feedback.

    My code was very out of date. So I upgraded to Flutter 2 and redid the push notification routine.

    I used this article.

    https://blog.logrocket.com/flutter-push-notifications-with-firebase-cloud-messaging/

    Explains how to work with notification when the app is closed. When the application is in memory or when it has already been terminated.

    See section “Handling background notifications”

    The plugin sends the data part of the notification: article title and a part of the text

    line: 358
    file: fcm-dp-push-notification.php

Viewing 1 replies (of 1 total)
  • The topic ‘Open post in App’ is closed to new replies.