Skip to content

Commit a8c1338

Browse files
committed
2.8.4 Release
• Fixes a private API issues preventing developers from uploading binaries to the App Store • Any methods named valueForQueryParameter() are apparently flagged by Apple as private API usage...... • Changed the name of the method so it no longer triggers this issue.
1 parent 7d94ac2 commit a8c1338

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

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

133133
@implementation OneSignal
134134

135-
NSString* const ONESIGNAL_VERSION = @"020803";
135+
NSString* const ONESIGNAL_VERSION = @"020804";
136136
static NSString* mSDKType = @"native";
137137
static BOOL coldStartFromTapOnNotification = NO;
138138

0 commit comments

Comments
 (0)