Open j4hangir opened 5 months ago
Hi @j4hangir, What is the app state when the notification is clicked: foreground, background, or killed?
Hi @j4hangir, What is the app state when the notification is clicked: foreground, background, or killed?
I tap on the notification, the app is opened and at this point I expect to see some logs (events triggering).
What happened?
Install
"onesignal-cordova-plugin": "^5.2.1",
in iOS pod:
Ionic Vue:
Everything up until here works fine, notifications are received and displayed when the app is in BG (but not displayed when in FG), however the following never gets logged:
NotificationService.swift:
Steps to reproduce?
What did you expect to happen?
Receive click event.
OneSignal Cordova SDK version
5.2.1
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct