Hello
I followed the documentation for notifications, the only thing I’m not clear about is how to change the icon (iOS, Android). Can you explain me?
Hello
I followed the documentation for notifications, the only thing I’m not clear about is how to change the icon (iOS, Android). Can you explain me?
Hi @jake1987.jj,
Did you find this section of the following guide?
https://docs.coronalabs.com/guide/events/appNotification/index.html#android-icons
Brent
I’ve seen but I was afraid it was just for push notifications.
Anyway that part is for android, ios need other icons?
iOS doesn’t have different notification styles. The list for the Android side should work fine… and of course, you should thoroughly read their entire page on the matter: https://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html
Perfect thanks a lot, since there are two extra things I ask:
1.This is also required for local notifications on ios:
application = { notification = { iphone = { types = { "badge", "sound", "alert" }, }, }, }
2.I can also include local notifications on the icon (as attachment)
If you follow the guide on all points, you should be set to go.
Brent
Hi @jake1987.jj,
Did you find this section of the following guide?
https://docs.coronalabs.com/guide/events/appNotification/index.html#android-icons
Brent
I’ve seen but I was afraid it was just for push notifications.
Anyway that part is for android, ios need other icons?
iOS doesn’t have different notification styles. The list for the Android side should work fine… and of course, you should thoroughly read their entire page on the matter: https://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html
Perfect thanks a lot, since there are two extra things I ask:
1.This is also required for local notifications on ios:
application = { notification = { iphone = { types = { "badge", "sound", "alert" }, }, }, }
2.I can also include local notifications on the icon (as attachment)
If you follow the guide on all points, you should be set to go.
Brent