RestComm / restcomm-ios-sdk

iOS Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
38 stars 43 forks source link

Update local notifications #668

Open ognjenns opened 6 years ago

ognjenns commented 6 years ago

We should change the local notification and use APIs in the User Notifications framework instead With it we can present alert, sound or increase badge while the app is in foreground too with iOS 10 We can handle all event in one place when user tapped (or slide) the action button, even while the app has already been killed. Support 3D touch instead of sliding gesture. Support Rich Notification with custom UI.

atsakiridis commented 6 years ago

@ognjenns makes sense. I added the backgrounding label to this, but please also add the same to any other issue you have opened for Push Notifications fixes/enhancements so that they are easy to find