[ios] Upgrade notifications framework to User Notifications Framework (#2316)
* Updated notifications
Moved new permissions files to packages
fix
updated yarn.lock
fixes
Requested cha
[ios] Upgrade notifications framework to User Notifications Framework (#2316)
* Updated notifications
Moved new permissions files to packages
fix
updated yarn.lock
fixes
Requested changes
fix after rabase
Made requested changes
Renamed UserNotificationCenterProxy classes
Run `pod install`
* Post-review fixes
* Minor JS fixes
* Do not remember pending notifications in Expo Client (behavior matching previous one)
* Prevent blocking main queue at all times by EXUserNotificationRequester
* Do not scope categories identifiers in ejected applications
* Apply review comments
* Remove obsolete if condition
* Do not store resolver and rejecter in EXUserNotificationRequester
* Update Pods
* Add support for deleting custom notification categories
* Pass notification to a remembered experience when tapped a notification in backgrounded Expo Client
* Update jest-expo mocks
* Ensure permissions consuming happens on permissions queue in EXRemoteNotificationRequester
* Do not scope notification identifiers
* Change cancelScheduledNotification into cancelScheduledNotificationAsync returning native Promise
* Deny scheduleNotificationAsync with both time and repeat set on iOS
* Allow scheduleNotificationAsync with both time and repeat set on iOS using deprecated UILocalNotification
* Add more notification testing buttons to NCL
* Export EXUserNotificationManager service as kernel service
* Add EXNotificationsIdentifiersManager protocol capable of scoping and unscoping identifiers
* Require both RemoteNotificationManager and UserNotificationManager in EXNotifications module
* Scope and unscope action identifiers by EXUserNotificationManager
* Update pods
show more ...
|