How to customize Iterable notification name in Android Settings? #502
-
Is there a way to customize the notification name of Iterable so that something more user friendly appears? For example, in the below photo of a build of our app, we see "iterable channel." Our users won't know what "iterable channel" refers too. So that our users don't disable this notification, it would be preferable if we could customize this name to something like "(Our App Name) Notifications." |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
👋 Hi @williamspete321, You should be able to provide a desired name to Iterable's notification channel by adding Iterable doc for more reference. |
Beta Was this translation helpful? Give feedback.
👋 Hi @williamspete321,
You should be able to provide a desired name to Iterable's notification channel by adding
<meta-data android:name="iterable_notification_channel_name" android:value="Custom Name"/>
in the app's AndroidManifest file.
Iterable doc for more reference.