Skip to content

Releases: OneSignal/react-native-onesignal

3.1.3

29 Mar 01:43
26002a8
Compare
Choose a tag to compare

• Updates to the latest version of the iOS SDK (Android SDK updates are automatically distributed via gradle)
• Adds a new badge handling system in iOS which uses the OneSignalNotificationServiceExtension to perform badge handling logic instead of relying on the backend server
• Removes podfiles from the demo project, which are no longer used to distribute the iOS SDK
• Updates the build.gradle file to a more recent target SDK version and gradle tools version

3.1.2

13 Mar 23:39
d6fa076
Compare
Choose a tag to compare

Updates to use the latest version of the iOS SDK, which includes various bug fixes and also adds a new setting (kOSSSettingsKeyPromptBeforeOpeningPushURL) that controls what happens when a user taps a notification in iOS with a launchURL, whether should pop up an alert asking if they want to open the URL or simply opens it immediately.

3.1.1

27 Feb 18:51
Compare
Choose a tag to compare

• Fixes an issue for developers that add the iOS SDK to their projects using cocoapods instead of using Xcode sub-projects

3.1.0

22 Feb 01:55
a037801
Compare
Choose a tag to compare

• Adds Email to the react-native SDK
• Fixes setLogLevel() in the Android target
• Switches to a subclass of RCTEventEmitter for the iOS target