joey0xx
joey0xx
@NickIliev Tried using the launch and resume event like this in the home component: ``` private _notificationId = 0 ngOnInit() { LocalNotifications.addOnMessageReceivedCallback((notification) => { this._notificationId = notification.id; }) .then(() =>...
Im having the same issue with an mp3 file hosted in an azure blob storage on an emulator with Android 9.0.0 and a device with Android 8.0.0.
+1 having the same problem