File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "BranchSDK"
3
- s . version = "3.13.2 "
3
+ s . version = "3.13.3 "
4
4
s . summary = "Create an HTTP URL for any piece of content in your app"
5
5
s . description = <<-DESC
6
6
- Want the highest possible conversions on your sharing feature?
Original file line number Diff line number Diff line change 2016
2016
"@executable_path/Frameworks",
2017
2017
"@loader_path/Frameworks",
2018
2018
);
2019
- MARKETING_VERSION = 3.13.2 ;
2019
+ MARKETING_VERSION = 3.13.3 ;
2020
2020
OTHER_LDFLAGS = (
2021
2021
"-weak_framework",
2022
2022
LinkPresentation,
2051
2051
"@executable_path/Frameworks",
2052
2052
"@loader_path/Frameworks",
2053
2053
);
2054
- MARKETING_VERSION = 3.13.2 ;
2054
+ MARKETING_VERSION = 3.13.3 ;
2055
2055
OTHER_LDFLAGS = (
2056
2056
"-weak_framework",
2057
2057
LinkPresentation,
2257
2257
"@loader_path/Frameworks",
2258
2258
);
2259
2259
MACH_O_TYPE = staticlib;
2260
- MARKETING_VERSION = 3.13.2 ;
2260
+ MARKETING_VERSION = 3.13.3 ;
2261
2261
OTHER_LDFLAGS = (
2262
2262
"-weak_framework",
2263
2263
LinkPresentation,
2296
2296
"@loader_path/Frameworks",
2297
2297
);
2298
2298
MACH_O_TYPE = staticlib;
2299
- MARKETING_VERSION = 3.13.2 ;
2299
+ MARKETING_VERSION = 3.13.3 ;
2300
2300
OTHER_LDFLAGS = (
2301
2301
"-weak_framework",
2302
2302
LinkPresentation,
2333
2333
"@executable_path/Frameworks",
2334
2334
"@loader_path/Frameworks",
2335
2335
);
2336
- MARKETING_VERSION = 3.13.2 ;
2336
+ MARKETING_VERSION = 3.13.3 ;
2337
2337
OTHER_LDFLAGS = (
2338
2338
"-weak_framework",
2339
2339
LinkPresentation,
2368
2368
"@executable_path/Frameworks",
2369
2369
"@loader_path/Frameworks",
2370
2370
);
2371
- MARKETING_VERSION = 3.13.2 ;
2371
+ MARKETING_VERSION = 3.13.3 ;
2372
2372
OTHER_LDFLAGS = (
2373
2373
"-weak_framework",
2374
2374
LinkPresentation,
Original file line number Diff line number Diff line change 1
1
Branch iOS SDK Change Log
2
2
3
+ v.3.13.3
4
+ — Fixed Bug - Missing Apple Attribution Token in Install Requests (impacted versions: 3.13.0 - 3.13.2).
5
+
3
6
v.3.13.2
4
7
— Suppressed deprecated StoreKit API warnings. These APIs will be replaced with StoreKit 2 APIs in upcoming releases.
5
8
— Added defensive fix to improve reliability of NSInvocation calls.
Original file line number Diff line number Diff line change 8
8
9
9
#include " BNCConfig.h"
10
10
11
- NSString * const BNC_SDK_VERSION = @" 3.13.2 " ;
11
+ NSString * const BNC_SDK_VERSION = @" 3.13.3 " ;
12
12
NSString * const BNC_LINK_URL = @" https://bnc.lt" ;
13
13
NSString * const BNC_CDN_URL = @" https://cdn.branch.io" ;
14
14
Original file line number Diff line number Diff line change @@ -94,9 +94,6 @@ - (void) loadDataFromThirdPartyAPIs {
94
94
dispatch_group_enter (apiGroup);
95
95
dispatch_async (concurrentQueue, ^{
96
96
self.appleAttributionToken = [BNCSystemObserver appleAttributionToken ];
97
- if (self.appleAttributionToken ) {
98
- self.preferenceHelper .appleAttributionTokenChecked = YES ;
99
- }
100
97
dispatch_group_leave (apiGroup);
101
98
});
102
99
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Options:
30
30
USAGE
31
31
}
32
32
33
- version=3.13.2
33
+ version=3.13.3
34
34
prev_version=" $version "
35
35
36
36
if (( $# == 0 )) ; then
You can’t perform that action at this time.
0 commit comments