This helper can let you convert 'Remote Push Notification' to 'UILocalNotification', and let you manage the notifications which are already shown on Notification Center.
If you want to convert Remote notification and present it as Local Notification, Remote Notifiation must be 'Silent Notification' (otherwise remote notification will be shown on notification center)
####* Note that all files are ARC only
1. Add Notifications
2. Check Notifications on Notification Center
3. Select a raw on TableView and confirm to remove notification
4. Updated on TableView
5. Updated on Notification Center
- Add it by git
git submodule add https://github.com/SanggeonPark/SGNotificationHelper submodules/SGNotificationHelper
- Add the files you need to your xcode project.
- Add the following line to your podfile (includes default files to your project aka UIKit and Foundation):
pod 'SGNotificationHelper'
- Update
SGNotificationHelper.podspec
- Run
pod lib lint
to check for errors and - Tag the version
pod trunk push
More infos :