File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 99@import Foundation ;
1010
1111extern NSString * const BNC_SDK_VERSION ;
12- extern NSString * const BNC_API_BASE_URL ;
13- extern NSString * const BNC_LINK_URL ;
1412extern NSString * const BNC_API_VERSION ;
1513extern BOOL const BNC_API_PINNED ;
14+ extern NSString * const BNC_API_BASE_URL ;
15+ extern NSString * const BNC_LINK_URL ;
Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
22
3+ - v0.20.x
4+ * Added the ` BNC_API_PINNED ` flag to disable cert pinning. Not recommended.
5+ * Added pragmas to silence availability warnings (GH #733 , #735 ).
6+ * Share sheet fixes:
7+ - Allow UIBarButtonItem or UIView as share presentation anchor (AIS-360 AIS-376).
8+ - When a share sheet is cancelled, it now correctly doesn't report as completed (AIS-395, GH- #736 ).
9+ * Bug fix for automatic deeplinking controller:
10+ - To support old and new API for automatic deeplinking Controller, there are two types of value
11+ existed in deepLinkControllers dictionary: BNCDeepLinkViewControllerInstance and UIViewController.
12+ The variable ` branchSharingController.deepLinkingCompletionDelegate = self ` was set before
13+ checking type of the ` deepLinkControllers ` ' value.
14+
315- v0.19.5
416 * _ * Master Release* _ - September 29, 2017
517
You can’t perform that action at this time.
0 commit comments