[AC-6013] iOS: Local notification not triggered when NOT setting repeat
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Duplicate |
| Resolution Date | 2018-11-17T09:46:36.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | ios, localnotification, repeat |
| Reporter | David van de Meer |
| Assignee | Shak Hossain |
| Created | 2018-11-07T09:26:06.000+0000 |
| Updated | 2018-11-17T09:46:36.000+0000 |
Have you made sure to call
Ti.App.iOS.registerUserNotificationSettingsbefore? That is required for iOS 8 and later. I wasn't able to reproduce the issue with the provided code. After sending the app to the background, the notification popped up. Note that you scheduled it with a delay of 30 seconds.[~dieskim], this should be fixed in 7.5.0.GA via TIMOB-26513.