Skip to content

Releases: OneSignal/OneSignal-iOS-SDK

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

2.0.1 Release

05 Aug 22:13
Compare
Choose a tag to compare

Launch url crash and auto prompt fixes.

1.13.3 Release

02 Jun 22:27
Compare
Choose a tag to compare

Improved push environment detection and no app version registration fix

  • Improved apns environment detection on some development and ad-hoc provisioning profiles.
  • Device now registers with OneSignal if you haven't set a Bundle version.

1.13.2 Release

13 Apr 23:30
Compare
Choose a tag to compare

Removed default provisioning profile logging

1.13.1 Release

05 Apr 03:12
Compare
Choose a tag to compare

Push environment detection fix with wildcard provisioning profiles

1.13.0 Release

01 Apr 22:31
Compare
Choose a tag to compare

Disable badge clearing option and setEmail method

  • Add OneSignal_disable_badge_clearing to your plist as a Boolean set to YES to disable OneSignal's badge clearing logic.
  • Added setEmail selector.

1.12.2 Release

31 Mar 19:02
Compare
Choose a tag to compare

Fixed 1.12.0 crash when calling sendTag(s) before init was done