Skip to content

Releases: OneSignal/OneSignal-iOS-SDK

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

1.12.1 Release

30 Mar 00:36
Compare
Choose a tag to compare

Added back Foundation.h to OneSignal.h

1.12.0 Release

28 Mar 04:00
Compare
Choose a tag to compare

Added Geotagging

  • Setup the required plist entries to enable location for your app.
  • Call [self.oneSignal promptLocation]; to prompt the user for geo tagging.

1.11.3 Release

02 Mar 06:55
Compare
Choose a tag to compare

Lowered required Xcode version to 6.0 for Intel XDK compatibility

1.11.2 Release

25 Feb 03:22
Compare
Choose a tag to compare

Added two more constructors to ease Xamarin development

  • Also, lowered required Xcode version back to 6.2
  • Added two more constructors to unify interface for
    Xamarin SDK.
  • Added Swift Example project.

1.11.1 Release

13 Feb 01:59
Compare
Choose a tag to compare

Added one more constructor to just take appId and launchOptions

  • Xamarin does some strict enforcement for parameters at runtime.
    It was agreed that there needs to be a constructor that just takes
    the OneSignal application id and launch options, but not the notification
    handler callback.

1.11.0 Release

05 Feb 23:07
Compare
Choose a tag to compare

New payload support, runtime warnings, and other misc fixes

  • Added support for new os_data nested payload
  • Fixed issue where OneSignal_APPID was not being read from the plist.
  • Depercated setDefaultClient, set automaticly and should not be changed.
  • Fixed iOS 9 warnings about cydia