Skip to content

Releases: OneSignal/OneSignal-iOS-SDK

2.0.11

24 Aug 00:40
Compare
Choose a tag to compare
  • Crash Fix - This release fixes a crash on versions of our SDK 2.0.0 and newer on iOS 10 devices. This crash occurs when an iOS 10 user launches the app by tapping on a notification with a Launch URL if you have set kOSSettingsKeyInAppAlerts to false (default is true). Please update to this SDK release or newer to resolve this issue.
  • Fixed an issue where the notificationAction block would be called twice on iOS 10 devices when a user tapped on a notification.

2.0.10

19 Aug 22:55
Compare
Choose a tag to compare
  • Resolves an issue where UIAppDelegate protocol methods are are not called when a developer has subclassed their App Delegate and overridden these methods. The OneSignal SDK will now check for all AppDelegate subclasses to find which proper class to inject to, and the SDK makes sure the subclass overrides the required method and does not simply inherit it from a superclass.
  • When developers use background or foreground location features, the OneSignal SDK will now more frequently check the device's location for location-based notifications.

2.0.9

17 Aug 02:00
Compare
Choose a tag to compare
  • Added links to OneSignal's setup instructions in OneSignal.h.
  • Fix: The idsAvailable callback will now be called with a device push token after the user has accepted notification permissions. This means it can now be called twice (as with the 1.x SDK versions) -- once before the user has granted permission (token will be blank) and once after the user grants push permission (token will not be blank).
  • Fix: Not initializing the OneSignal SDK no longer blocks swizzled UIApplicationDelegate methods from getting called.

2.0.8

13 Aug 00:59
Compare
Choose a tag to compare
  • Fixed proper launch of URLs when InAppAlerts not enabled
  • Prevent OSNotification blocks from firing for non-OneSignal remote
    notifications.

2.0.7

12 Aug 00:16
Compare
Choose a tag to compare
  • Check for iOS 7+ before swizzling on load
  • Fix duplicate notification opened for same message
  • Fixed bug where url would not launch after closing an in-app alert

2.0.6

12 Aug 00:08
Compare
Choose a tag to compare
  • Check for iOS 7+ before swizzling on load
  • Fix duplicate notification opened for same message
  • Fixed bug where url would not launch after closing an in-app alert

2.0.5

11 Aug 00:50
Compare
Choose a tag to compare
  • Fixed bitcode version mismatch when archiving in Xcode 7.*

2.0.4: - Added option to override default in-app display of launch urls

11 Aug 00:51
Compare
Choose a tag to compare
  • Added option to override default in-app display of launch urls
  • Fixed iOS 7 crash on init
  • Fixed handling notifications when app active and in-app alerts are
    false
  • Fixed auto-prompt not calling issue
  • Fixed Null ActionID when app in focus and InAppAlerts are ON.
  • Fixed issue where swizzling would still run even if OneSignal SDK is
    not setup in the project.

2.0.3

09 Aug 03:36
Compare
Choose a tag to compare
  • Fixed additional data parsing bug
  • Fixed location bug
  • Prevented duplicate calls to handler blocks
  • Changed iOS 10 checking mechanism

2.0.2 Release

08 Aug 23:04
Compare
Choose a tag to compare
  • Enabled bitcode
  • Fixed launch URL bug