Alexandre Sagette
Alexandre Sagette
@hnguyen48206 i'm trying to figure this out too. I've found that the smallIcon property could be needed for the notification to be displayed. I'll try adding an icon this evening...
found this : https://developer.android.com/training/notify-user/build-notification#builder : > A small icon, set by setSmallIcon(). This is the only user-visible content that's required.
i cannot find anywhere what `res://` means. Does anyone has information about this protocol ? `smallIcon` can only reference an image from ionic the resources/ folder (ionic 4) ? is...
by the way, by opening the cordova generated project in Android Studio and adding some breakpoints in TriggerReceiver.onReceived(notif, bundle) and`Notification.show()`, i could see that the app on the phone in...
i'm receiving the notification when adding `smallIcon: 'res://favicon'`
looks like there is a default value `res://` for this parameter but i didn't test it cf: www/local-notification-util.js : ``` // Default values exports._defaults = { actionGroupId : null, actions...
I am a beginner with Unity game development but not in development. I would like to use this project as a starter to learn and try. Could someone tell me...