Closed LaKing closed 2 years ago
Setting androidNotificationChannelID: "miscellaneous"
.. gave me this https://github.com/NativeScript/plugins/issues/318
Okay, got it. This is new:
import { init } from '@nativescript/background-http';
init();
After adding that, it's all fine.
illegalArgumentException: You have to set defaultNotificationChannel in your Application subclass
Android, physical device.
This used to work, but got this error after updating everything to the latest version.
Didn't find to where to set this yet.