Is the iOS Local Notification Limit Per Day?

前端 未结 2 493
迷失自我
迷失自我 2021-02-04 16:08

I\'m working on an app where I need to send a good amount of notifications to the user daily. Around 5-40 depending on the user.

I\'m using local notifications to send i

2条回答
  •  死守一世寂寞
    2021-02-04 16:34

    Unfortunately iOS limits the local schedule notification up to 64. May be to prevent this issue can schedule first group of notification initially and then schedule another group when launch the app next time.

提交回复
热议问题