AnchorFreePartner / hydrasdk-demo-android

Hydra VPN SDK demo app for Android
https://developer.anchorfree.com/
60 stars 31 forks source link

Notifications not work on API 28 #40

Closed artsuhov closed 4 years ago

artsuhov commented 4 years ago

Hey guys! I'm trying to create notification like this: val notificationConfig = NotificationConfig.newBuilder().title("App Name VPN").channelId("custom_chanel_id").build() and it works on API 25, but I can see nothing on API 28

artsuhov commented 4 years ago

Sorry, I found solution in the already closed issues. It was related to the issue https://github.com/AnchorFreePartner/hydrasdk-demo-android/issues/6 You have to create the notification channel on API > Android.O