Local Notifications on foreground #13955
Answered
by
francisco-alvarado-espol
francisco-alvarado-espol
asked this question in
Q&A
-
Hi! How to accomplish that a Local Notification appears with the app in the foreground? I need it for iOS |
Beta Was this translation helpful? Give feedback.
Answered by
francisco-alvarado-espol
Dec 19, 2023
Replies: 1 comment
-
For future reference, the SDK already does it. With the flag Test notification:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
francisco-alvarado-espol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For future reference, the SDK already does it.
With the flag
userInfo: {showInForeground: true}
Test notification: