Skip to content

Releases: OneSignal/OneSignal-DotNet-SDK

Release 5.1.3

01 May 20:32
4690aad
Compare
Choose a tag to compare

🎉 New Methods

See the migration guide for details on these new getters and the User observer

  • Add OneSignalId and ExternalId getters as well as a user changed observer (#98)

🔧 Native SDK Updates

Update Android SDK from 5.1.8 to 5.1.10

Update iOS SDK from 5.1.4 to 5.1.6

Release 4.3.4

22 Apr 21:00
cb39eb7
Compare
Choose a tag to compare

Native Dependency Updates

Update Native iOS SDK to version 3.12.9

  • 🎉 New Features for Apple Privacy Requirements

    • Added privacy manifests to all products
    • The XCFrameworks in this release is signed to help keep your apps secure

Update Native Android SDK to version 4.8.8

  • ✨ Enhancements

    • Add setting to prefer HMS over FCM #1984
    • Add <meta-data android:name="com.onesignal.preferHMS" android:value="true"/> under your <application> tag if you like to use this setting.
    • See OneSignal's Prefer HMS over FCM documentation page for more details.
  • 🐛 Bug Fixes

    • Attempt retrying OutOfMemoryError errors when starting threads. #2027
      • Make sure your app doesn't have any memory leaks and is handling onTrimMemory so the SDK can move on once memory is free
    • Fix rare null crash with taskQueueWaitingForInit.poll() #2026
      • Addresses issue #1761
    • Fix rare null crash with timeFocusedAtMs #2025

Full Changelog: 4.3.3...4.3.4

Release 5.1.2

10 Apr 16:57
19558f6
Compare
Choose a tag to compare

🔧 Native SDK Dependency Updates Only

Update Android SDK from 5.1.6 to 5.1.8

  • Fix crash with EventProducer's fire events (OneSignal/OneSignal-Android-SDK#2034)
  • Battery improvements
    • Possibly resolves issue #1880 "Egregious levels of battery drain"
    • Prevent OperationRepo from continuously pulling when empty (#2033)
    • Add backoff to OperationRepo when retrying network calls (#2017)
    • Limit refresh User and GET IAMs to foreground (#2036)
  • Fixes network call batching not waiting the full 5 seconds in most cases to reduce the total number of REST API calls to OneSignal.
  • external_id skipped and updates stop if something updates the User (such as addTag) shortly before login is called (OneSignal/OneSignal-Android-SDK#2046)
  • For full changes, see the native release notes

Update iOS SDK from 5.1.3 to 5.1.4

5.1.1

07 Mar 23:23
bff21e5
Compare
Choose a tag to compare

This release includes new native SDK versions that resolve multiple crashes and issues.

Native SDK Updates

  • Bump iOS Native Version to 5.1.3
  • Bump Android Native Version to 5.1.6

Release 5.1.0

31 Jan 21:07
6fc6d1e
Compare
Choose a tag to compare

What's Changed

⚠️ Behavior Changes ⚠️

  • ⚠️Xamarin is no longer supported ⚠️
  • Location sharing with OneSignal now defaults to false: You will need to explicitly enable location sharing with OneSignal with OneSignal.Location.setShared(true)

🎉 New Methods

  • Added a getTags method to the user namespace #84

🐛 Bug Fixes

  • Fix the types for values being sent on iOS when calling AddTriggers, AddAliases, and AddTags. #78

Native SDK Updates

  • Bump iOS Native Version to 5.1.0
  • Bump Android Native Version to 5.1.1

Full Changelog: 5.0.2...5.1.0

Release 5.0.2

17 Oct 19:25
67ace7d
Compare
Choose a tag to compare

🐛 Bug Fixes

Full Changelog: 5.0.1...5.0.2

Release 5.0.1

10 Oct 18:27
24dc223
Compare
Choose a tag to compare

🐛 Bug Fixes

Native SDK Updates

Full Changelog: 5.0.0...5.0.1

Release 5.0.0

31 Aug 17:15
84f246c
Compare
Choose a tag to compare

⚠️ This is a major release which contains breaking API changes.

In this major version release for the OneSignal React Native SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

For information please see the migration guide.

Note that Identity Verification has not yet been enabled in this version and will be released in a later version

What's Changed Since beta-03

API Updates

  • Notifications.RequestPermission has been renamed to Notifications.RequestPermissionAsync
  • Location.RequestPermissionAsync has been renamed to Location.RequestPermission and returns void

Native Updates

Updated included Android SDK to 5.0.0
Updated included iOS SDK to 5.0.1

Full Changelog: 5.0.0-beta03...5.0.0

5.0.0-beta03

29 Jun 22:06
823394c
Compare
Choose a tag to compare
5.0.0-beta03 Pre-release
Pre-release

In this major version beta release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

For information please see the migration guide.

What's Changed Since beta02

  • Updated public API method naming #57
    • Removed Default shared instance from public api. Instead all fields can be accessed statically on the OneSignal class.
    • Renamed RequiresPrivacyConsent and PrivacyConsent to ConsentRequired and ConsentGiven
    • Updated trigger value to be string instead of object and updated method signatures
    • Updating Notifications to use addClickListener and addForegroundLifecycleListener from the native code. The WillDisplay and Click event handlers now fire with new arguments. The WillDisplayEvent args allow you to prevent default display of the notification by calling preventDefault() and then use notification.display() to display the notification after having prevented default.
    • The subscription observer is now a PushSubscriptionObserver. The changed event now provides the previous and current push subscription states.
    • In app message click events now have a ClickResult instead of a ClickAction parameter.
    • Added PermissionNative() to get the exact permission type for iOS devices.

Full Changelog: 5.0.0-beta02...5.0.0-beta03

5.0.0-beta02

28 Feb 15:47
2415425
Compare
Choose a tag to compare
5.0.0-beta02 Pre-release
Pre-release

In this major version beta release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

For information please see the migration guide.

What's Changed Since beta01

  • Support Xamarin Platform (xamarin.ios10 and monoandroid12.0)

Full Changelog: 5.0.0-beta01...5.0.0-beta02