Search code examples
iosswiftuilocalnotification

UILocalNotification open app automatically


Is it possible to implement UILocalNotification so that the app will be automatically opened when the notification is fired?


Solution

  • Short answer: NO!

    Long answer: NO, because user Interaction is needed to open the app. If it wouldn't be needed, anybody would have spammed and this behaviour would have become a great issue to apple...