I’m trying to replace the blue bullet icon in the notification center for my app.
I thought that alertLaunchImage would allow me to do this. I have tried doing something like
not.alertLaunchImage = @"customBullet";
but it keeps the default blue bullet. Is the bullet customizable at all?
Update
In the screenshot below, i’m trying to customize the blue bullet on the left. I know already how to customize the main image (in this case the gmail icon)

Nope. It just means “new message” and it’s managed by the system, not the apps.