File tree Expand file tree Collapse file tree 7 files changed +20
-5
lines changed
Branch.framework/Versions/A Expand file tree Collapse file tree 7 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 99#ifndef Branch_SDK_Config_h
1010#define Branch_SDK_Config_h
1111
12- #define SDK_VERSION @"0.12.15 "
12+ #define SDK_VERSION @"0.12.16 "
1313
1414#define BNC_PROD_ENV
1515//#define BNC_STAGE_ENV
Original file line number Diff line number Diff line change @@ -1433,7 +1433,7 @@ + (NSString *)bundleIdentifier {
14331433}
14341434
14351435+ (NSString *)kitDisplayVersion {
1436- return @" 0.12.15 " ;
1436+ return @" 0.12.16 " ;
14371437}
14381438
1439- @end
1439+ @end
Original file line number Diff line number Diff line change 99#ifndef Branch_SDK_Config_h
1010#define Branch_SDK_Config_h
1111
12- #define SDK_VERSION @"0.12.15 "
12+ #define SDK_VERSION @"0.12.16 "
1313
1414#define BNC_PROD_ENV
1515//#define BNC_STAGE_ENV
Original file line number Diff line number Diff line change 3737@property (strong , nonatomic ) NSString *externalIntentURI;
3838@property (strong , nonatomic ) NSMutableDictionary *savedAnalyticsData;
3939@property (assign , nonatomic ) NSInteger installRequestDelay;
40+ @property (strong , nonatomic ) NSDictionary *appleSearchAdDetails;
4041
4142+ (BNCPreferenceHelper *)preferenceHelper ;
4243+ (NSURL *) URLForBranchDirectory ;
Original file line number Diff line number Diff line change @@ -406,6 +406,19 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
406406 */
407407- (void )registerFacebookDeepLinkingClass : (id )FBSDKAppLinkUtility ;
408408
409+ /* *
410+ Check for Apple Search Ads before initialization. Will add about 1 second from call to initSession to callback due to Apple's latency.
411+ */
412+ - (void )delayInitToCheckForSearchAds ;
413+
414+ /* *
415+ Set the SDK into Apple Search Ad debug mode where it passes fake campaign params back 100%
416+
417+ @warning This should not be used in production.
418+ */
419+ - (void )setAppleSearchAdsDebugMode ;
420+
421+
409422/* *
410423 Specify the time to wait in seconds between retries in the case of a Branch server error
411424
@@ -469,6 +482,7 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
469482
470483- (void )setInstallRequestDelay : (NSInteger )installRequestDelay ;
471484
485+
472486#pragma mark - Session Item methods
473487
474488// /--------------------
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Branch"
3- s . version = "0.12.15 "
3+ s . version = "0.12.16 "
44 s . summary = "Create an HTTP URL for any piece of content in your app"
55 s . description = <<-DESC
66- Want the highest possible conversions on your sharing feature?
You can’t perform that action at this time.
0 commit comments