Skip to content

Commit

Permalink
Correct wrapper sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennantilla committed Nov 9, 2023
1 parent 323b31d commit af49bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RCTOneSignal/RCTOneSignal.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ - (void)initOneSignal:(NSDictionary *)launchOptions {
return;

OneSignalWrapper.sdkType = @"reactnative";
OneSignalWrapper.sdkVersion = @"050004";
OneSignalWrapper.sdkVersion = @"050003";
// initialize the SDK with a nil app ID so cold start click listeners can be triggered
[OneSignal initialize:nil withLaunchOptions:launchOptions];
didInitialize = true;
Expand Down

0 comments on commit af49bb2

Please sign in to comment.