• Stars
    star
    1,922
  • Rank 23,256 (Top 0.5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

No intrusive automatic removal of notifications added below iOS9

MSNotificationProtector

platform GitHub license CocoaPods GitHub stars

No intrusive automatic removal of notifications added below iOS9

https://developer.apple.com/library/archive/releasenotes/Foundation/RN-FoundationOlderNotes/index.html#10_11NotificationCenter

Installation

Cocoapods(Recommended)

  1. Add pod 'MSNotificationProtector' to your Podfile.
  2. Run pod install

Manual

  1. Add all files under MSNotificationProtector to your project

Requirements

  • iOS 2.0 and greater
  • ARC/MRC

How To Use

Automatically effective, no additional operations are required after the project is introduced

License

MSCrashProtector is available under the MIT license. See the LICENSE file for more info.