Closed guilhermegjr closed 5 years ago
what's the Android version of the device? channels are only available on Android O and newer (SDK 26)
what's the Android version of the device? channels are only available on Android O and newer (SDK 26)
I didn't know that.
The android version I was using is the Nougat 7.0 (SDK 24).
Thanks for your answer.
@jcesarmobile Is there anyway to get local notifications to the front without the channels? I was trying to support Android 7
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Description of the problem:
I am trying to create a Push Notification Channel and I am getting the error "not avaiable".
Affected platform
OS of the development machine
Other information:
Capacitor version: 6.9.0
node version: v10.14.1
npm version: 6.9.0
CocoaPods version: 1.7.0
Steps to reproduce:
ngOnInit()
onapp.component.ts
:Build do app with
ng build
npx cap copy
npx cap open android
Execute the app on real device