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 6ee4f09 commit 0648c3bCopy full SHA for 0648c3b
OneSignal.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "OneSignal"
3
- s.version = "2.1.13"
+ s.version = "2.1.14"
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
0 Bytes
iOS_SDK/OneSignal/OneSignal.m
@@ -75,7 +75,7 @@
75
76
@implementation OneSignal
77
78
-NSString* const ONESIGNAL_VERSION = @"020112";
+NSString* const ONESIGNAL_VERSION = @"020114";
79
static NSString* mSDKType = @"native";
80
static BOOL coldStartFromTapOnNotification = NO;
81
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.
0 commit comments