- Added support for a 4th key
kOSSettingsKeyInFocusDisplay
that adds the ability to customize how notifications should appear when the app is in the foreground. - Fixed receivedBlock not getting called on iOS10 when the app in foreground and OSInFocusDisplayOption is set to None.
- Fixed "no push token" issue for projects with no proper
-ObjC
/-all_load
flags set by forcing theUIApplication
category to load regardless of the SDK installation method. - Enum values were renamed for easier auto-fill and to prevent namespace conflicts.
- Updated example projects (No need for bridging header / linker flags).