Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TENJIN-12489] Update sdk artefacts with 1.12.16 #130

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,8 @@ v1.12.15
----
- Bug fix for safely accessing stringValue property in ILRD integrations
- Fix resolves issues in ILRD networks AppLovin, AdMob, IronSource

v1.12.16
----
- Enhanced error handling for `getAttributionInfo` method. Completion handler now returns dictionary together with error
- Added retry counter for `getAttributionInfo` method
5 changes: 3 additions & 2 deletions TenjinSDK.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Created by Tenjin on 2016-05-20.
// Version 1.12.15
// Version 1.12.16

// Copyright (c) 2016 Tenjin. All rights reserved.
//
Expand Down Expand Up @@ -170,7 +170,8 @@ andDeferredDeeplink:(NSURL *)url

+ (void)requestTrackingAuthorizationWithCompletionHandler:(void (^)(NSUInteger status))completion;

- (void)getAttributionInfo:(void (^)(NSMutableDictionary* attributionInfo))completion;
- (void)getAttributionInfo:(void (^)(NSDictionary *attributionInfo, NSError *error))completionHandler;

@end
//
// Created by Tenjin
Expand Down
2 changes: 1 addition & 1 deletion TenjinSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TenjinSDK"
s.version = "1.12.15"
s.version = "1.12.16"
s.summary = "TenjinSDK"
s.description = <<-DESC
Tenjin is a unique growth infrastructure platform that helps you streamline your mobile marketing.
Expand Down
Binary file modified libTenjinSDK.a
Binary file not shown.
Binary file modified libTenjinSDKUniversal.a
Binary file not shown.