You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After killing the app in IOS device, a notification with an action button appeared. When the action button was clicked, the app was launched. However, subsequent notifications were triggered, but the action buttons no longer appeared.
Your Environment
Plugin version: Release v1.1.0
Platform: IOS
OS version: 18.2
Device manufacturer / model: iPad (10th Gen)
Cordova version (12.0.0):
Cordova platform version (```ios@7.1.1``):
Plugin config [If you're referring to the config.xml, I haven't made any changes to it. It's too long to include here.]
Ionic Version ( not using Ionic)
Expected Behavior
Everytime after triggering notifications with action buttons, notification should come with action buttons
Actual Behavior
After killing the app, notification with action button appeared on clicking on action button invoking the app with after that the notifications are getting triggered but notification action buttons are not visible.
Steps to Reproduce
After executing below snippet, kill the application
In app killed state notifications will trigger with action buttons
In the first notification action button will be visible on clicking action "Okay", app will invoke/open
After app gets open, next notification onwards action buttons wont be visible
Context
I scheduled multiple notifications to be triggered in the future and then closed the app. Only the first notification appeared with action buttons, and when clicking on the action button, the app was launched. However, all the subsequent notifications did not have action buttons.
Debug logs
@katzer, @julianlecalvez, @ferryjagers and others, I hope you can assist me, as you all have expertise in this area. I'm in a critical situation and, unfortunately, I don't have the time to learn IOS Dev, nor am I able to at the moment.
The text was updated successfully, but these errors were encountered:
After killing the app in IOS device, a notification with an action button appeared. When the action button was clicked, the app was launched. However, subsequent notifications were triggered, but the action buttons no longer appeared.
Your Environment
12.0.0
):Expected Behavior
Everytime after triggering notifications with action buttons, notification should come with action buttons
Actual Behavior
After killing the app, notification with action button appeared on clicking on action button invoking the app with after that the notifications are getting triggered but notification action buttons are not visible.
Steps to Reproduce
Context
I scheduled multiple notifications to be triggered in the future and then closed the app. Only the first notification appeared with action buttons, and when clicking on the action button, the app was launched. However, all the subsequent notifications did not have action buttons.
Debug logs
@katzer, @julianlecalvez, @ferryjagers and others, I hope you can assist me, as you all have expertise in this area. I'm in a critical situation and, unfortunately, I don't have the time to learn IOS Dev, nor am I able to at the moment.
The text was updated successfully, but these errors were encountered: