How to receive OS Push Notification in Android app? #484
Answered
by
Ayyanchira
williamspete321
asked this question in
Q&A
|
If we select to use OS Notification, how can we set up our Android app to receive this notification from the Android OS? I assume we want to catch it in a Broadcast Receiver. Is there an action name that we define in a receiver in the Android Manifest to catch the Iterable notification?
|
Answered by
Ayyanchira
Dec 27, 2022
Replies: 1 comment 9 replies
|
Hi @williamspete321! Thanks for posting the question. Pre-defined action names are used with notifications created by IterableSDK to be used by Iterable's BroadcastReceiver. Can you share the use case you are trying to solve with OS notification? |
9 replies
Answer selected by
williamspete321
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @williamspete321! Thanks for posting the question. Pre-defined action names are used with notifications created by IterableSDK to be used by Iterable's BroadcastReceiver. Can you share the use case you are trying to solve with OS notification?