We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856d94b commit c80e55eCopy full SHA for c80e55e
OneSignal.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "OneSignal"
3
- s.version = "2.3.6"
+ s.version = "2.3.7"
4
s.summary = "OneSignal push notification library for mobile apps."
5
s.homepage = "https://onesignal.com"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
iOS_SDK/Framework/OneSignal.framework/Versions/A/OneSignal
26.3 KB
iOS_SDK/OneSignal/OneSignal.m
@@ -93,7 +93,7 @@ @implementation OSSubcscriptionStatus
93
94
@implementation OneSignal
95
96
-NSString* const ONESIGNAL_VERSION = @"020306";
+NSString* const ONESIGNAL_VERSION = @"020307";
97
static NSString* mSDKType = @"native";
98
static BOOL coldStartFromTapOnNotification = NO;
99
0 commit comments