Skip to content

Commit

Permalink
2.8.4 Release
Browse files Browse the repository at this point in the history
• 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.
  • Loading branch information
Nightsd01 committed Apr 29, 2018
1 parent 7d94ac2 commit a8c1338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalSDK/Source/OneSignal.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ @implementation OSPendingCallbacks

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"020803";
NSString* const ONESIGNAL_VERSION = @"020804";
static NSString* mSDKType = @"native";
static BOOL coldStartFromTapOnNotification = NO;

Expand Down

0 comments on commit a8c1338

Please sign in to comment.