application:didReceiveLocalNotification never called on ios 8

前端 未结 4 809
耶瑟儿~
耶瑟儿~ 2020-12-17 03:32

Is there any known problem issue with:

application:didReceiveLocalNotification delegate

on iOS 8?

My application creates local noti

4条回答
  •  遥遥无期
    2020-12-17 04:16

    I have noticed the same on iOS8Beta5. Same code works fine on iOS8Beta4.

    Edit: If as the answer suggests, we need to handle it differently - then why did they drop support between two beta builds. It would make sense if iOS8Beta1 build behaved this way. This is why I feel its a bug.

提交回复
热议问题