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 94a967d commit 9498401Copy full SHA for 9498401
OneSignal.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "OneSignal"
3
- s.version = "2.2.1"
+ s.version = "2.2.2"
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
236 KB
iOS_SDK/OneSignal/OneSignal.m
@@ -77,7 +77,7 @@
77
78
@implementation OneSignal
79
80
-NSString* const ONESIGNAL_VERSION = @"020201";
+NSString* const ONESIGNAL_VERSION = @"020202";
81
static NSString* mSDKType = @"native";
82
static BOOL coldStartFromTapOnNotification = NO;
83
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.
0 commit comments