I'm trying to set the alertLaunchImage
property of UILocalNotification
to @"Default.png"
. It works only when the application returns from background, but not when the application returns from lock screen. What might be the problem?
Thanks
I'm trying to set the alertLaunchImage
property of UILocalNotification
to @"Default.png"
. It works only when the application returns from background, but not when the application returns from lock screen. What might be the problem?
Thanks
The alertLaunchImage
is used to display a temporary launch image. Let's say your app has more than one views.
For our example app, let say I set a UILocalNotificatiion
for an alarm. If I set the alertLaunchImage
to a blank AlarmView.png it won't flicker when I take the user directly to the AlarmView to show them the detail.