In my app, I want to set an image for a UILocalNotification. Whenever the notification occurs, the image will be displayed, and some music will start. Then, when the user taps on the screen, the image will disappear and the sound will be stopped. How can I achieve that?
In my app, I want to set an image for a UILocalNotification . Whenever
Share
It is not possible to customize local notifications. You can just change the text and add one or two buttons. Please, refer to this question for more insight.