Skip to content

Commit 61393b7

Browse files
committed
2.8.1 Release
• Fixes a rare crash that would occur when an app immediately sends tags before the device is registered, while only providing one success/error callback and nil for the other callback. • Fixes an issue that caused the OneSignal SDK to improperly handle non-OneSignal push notifications • Fixes an issue that caused in-app purchases to not get reported to OneSignal
1 parent 7b53868 commit 61393b7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "2.8.0"
3+
s.version = "2.8.1"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ @implementation OSPendingCallbacks
129129

130130
@implementation OneSignal
131131

132-
NSString* const ONESIGNAL_VERSION = @"020800";
132+
NSString* const ONESIGNAL_VERSION = @"020801";
133133
static NSString* mSDKType = @"native";
134134
static BOOL coldStartFromTapOnNotification = NO;
135135

0 commit comments

Comments
 (0)