Skip to content

Commit 8242f97

Browse files
committed
2.8.7 Release
• Fixes a bug that only effected wrapper SDK's, such Cordova and React-Native, where calling setLocationShared(false) could still result in location data being sent to OneSignal if the app had location permission in iOS • Fixes a bug that caused devices to never register with OneSignal if APNS did not respond with a token or failure.
1 parent 6065aa4 commit 8242f97

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.6"
3+
s.version = "2.8.7"
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
@@ -118,7 +118,7 @@ @implementation OSPendingCallbacks
118118

119119
@implementation OneSignal
120120

121-
NSString* const ONESIGNAL_VERSION = @"020806";
121+
NSString* const ONESIGNAL_VERSION = @"020807";
122122
static NSString* mSDKType = @"native";
123123
static BOOL coldStartFromTapOnNotification = NO;
124124

0 commit comments

Comments
 (0)