UILocalNotification isn't working at all

后端 未结 3 1581
故里飘歌
故里飘歌 2020-12-09 04:20

I\'m having some really irritating problems with UILocalNotification.

While finishing up an app that I\'ve nearly completed, I noticed that I couldn\'

3条回答
  •  时光说笑
    2020-12-09 05:02

    Just a comment from my personal adventures in stupidity...

    I had the same issue, but my problem was that I had forgotten to assign a value to alertBody. If you don't set alertBody, the notification won't display.

提交回复
热议问题