How to receive OS Push Notification in Android app? #484
-
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?
|
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
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?