Can we change the settings for the default notification channel?

When notification channels came out for Android (https://docs.expo.io/versions/latest/guides/notification-channels/), we decided to not set one explicitly in our code with Expo.Notifications.createChannelAndroidAsync() because we didn’t really have different types of notifications, and sticking with the automatically-created “default” channel would theoretically eliminate any missed notifications when updating the first time to a release that supported channels.

However, we’ve now noticed that the notifications on our managed workflow app do not play a sound (unless overridden on the phone). Is there a way I can change the properties of the default notification channel Expo automatically creates so it will play a sound without me switching to a new channel of my creation?

i having the same issue… couldn’t find documentation anywhere

Just bumping this one up once more before I start down the path of no return with creating new channels.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.