Skip to content

Commit

Permalink
update to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditi3 committed Mar 3, 2019
1 parent 7ca678c commit 57bea00
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGE LOG

## Version 3.4.2 (March 3, 2019)
* Fix OnUserLogin bug

## Version 3.4.1 (February 5, 2019)
* Added support for Landscape mode in custom HTML InApps and App Inbox
* Performance improvements for App Inbox
Expand Down
2 changes: 1 addition & 1 deletion CleverTap-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CleverTap-iOS-SDK"
s.version = "3.4.1"
s.version = "3.4.2"
s.summary = "The CleverTap iOS SDK for App Analytics and Engagement."
s.homepage = "https://github.com/CleverTap/clevertap-ios-sdk"
s.license = { :type => "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion CleverTapSDK/CleverTap.m
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ - (void)pushDeviceTokenWithAction:(CleverTapPushTokenRegistrationAction)action {
if ([[self class] runningInsideAppExtension]) return;
NSString *token = [self getStoredDeviceToken];
if (token != nil && ![token isEqualToString:@""])
[self setPushTokenAsString:token];
[self pushDeviceToken:token forRegisterAction:action];
}

- (void)pushDeviceToken:(NSString *)deviceToken forRegisterAction:(CleverTapPushTokenRegistrationAction)action {
Expand Down
2 changes: 1 addition & 1 deletion CleverTapSDK/CleverTapBuildInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// Copyright (c) 2015 WizRocket. All rights reserved.
//

#define WR_SDK_REVISION @"30401"
#define WR_SDK_REVISION @"30402"
8 changes: 4 additions & 4 deletions ObjCStarter/ObjCStarter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CleverTapAccountID</key>
<string></string>
<key>CleverTapToken</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand All @@ -41,9 +45,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CleverTapAccountID</key>
<string>TEST-Z9R-486-4W5Z</string>
<key>CleverTapToken</key>
<string>TEST-6b4-2c1</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ObjCStarter/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CleverTap-iOS-SDK (3.4.1):
- CleverTap-iOS-SDK (3.4.2):
- SDWebImage/GIF (~> 4.0)
- FLAnimatedImage (1.0.12)
- SDWebImage/Core (4.4.4)
Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CleverTap-iOS-SDK: f0024d8efa993fc00a7966750ee93f39bf5d61bb
CleverTap-iOS-SDK: ef285096ca1d3dc9b3fda6a6edb7694a54599a91
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
SDWebImage: c00ec18ab25d10e5ffac109b0f78d1b4341c9691

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ObjCStarter/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57bea00

Please sign in to comment.