Description

A customer found out that the NotificationNumber static variable is never incremented. This results in a constant NotificationIdentifier string when using the same Title.

 

Seems like it should be incremented after generating each ID. Must think of the case where the app gets restarted. It might be wise to set a random value at startup so notifications won't override themselves between app restarts.

Steps to Reproduce

- Schedule 2 local notifications that share the same title (ScheduleLocalNotificationAtTime)

  • The 2nd one overrides the first

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-69432 in the post.

0
Login to Vote

Won't Fix
ComponentUE - Platform - Mobile
Affects Versions4.21
CreatedFeb 1, 2019
ResolvedAug 27, 2021
UpdatedAug 27, 2021
View Jira Issue