[TIMOB-2783] iOS: Need more methods to manipulate localnotification
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Resolved |
Resolution | Done |
Resolution Date | 2018-07-26T14:54:19.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | core |
Reporter | bsoft |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:29:26.000+0000 |
Updated | 2018-07-26T14:54:20.000+0000 |
Description
Local notification created for iOS can not be manipulate after
the application has been closed and re opened.
It's really a need, per exemple, to be able to cancel one, or
modify another..
We need some tools to retrieve and manipulate them.
The new [
UserNotificationCenter
](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.App.iOS.UserNotificationCenter) API is well suited for this kind of operations, resolving asDone
!