Releases: BranchMetrics/ios-branch-deep-linking-attribution
Releases · BranchMetrics/ios-branch-deep-linking-attribution
Release 0.22.3
- v0.22.3
- Master Release - December 29, 2017
- Fixed the static library build.
Release 0.22.2
-
v0.22.2
- Master Release - December 29, 2017
-
v0.22.1
- Flattened the Branch Universal Object dictionary to be fully compatible with Android.
-
v0.22.0
- Apple search ads weren't timing out on iPad during initialization.
- This could block Branch initialization when Search Ad attribution was turned on.
- Fixed a deadlock found in iOS 9.3 / iPhone 5s.
- Added the
[UIViewController bnc_currentViewController]
as a category.
- Apple search ads weren't timing out on iPad during initialization.
Release 0.21.16
- v0.21.16
- Master Release - December 18, 2017
- Fixed the BranchUniversalObject for v2-events & updated the UITestBed. (#768)
- Fixed update / install tracking when app installed but not run for a while. (#763)
- Added some code for Will's AppsFlyer integration in the Swift test bed. (#767)
- Added
limit_facebook_tracking
to allow developers to opt-out of Facebook app tracking (AIS-417). - Moved the forward declaration of
[NSLocal countryCode]
so that it doesn't interfere with
newer Swift compilations.
Release 0.21.14
- v0.21.14
- Master Release - December 8, 2017
- Added a unit test for correct app dates for update / install checking.
- Fixed an incorrect deprecation message for BranchUniversalObject indexing.
- Updated the documentation for BranchUniversalObjects and BranchEvents.
- Updated link sharing for iOS 11.2 notepad.
Release 0.21.13
- v0.21.13
- Fixed the Carthage library build.
Release 0.21.12
- v0.21.12
- Fixed a crash bug in TestBed-Swift due to a renamed storyboard (AIS-430).
Release 0.21.11
- v0.21.11
- Fix CoreSpotlight defines for old iOS version support.
Release 0.21.10
- v0.21.10
- Master Release - November 20, 2017
- Fixed a public header for the static library.
Release 0.21.9
-
v0.21.9
- Master Release - November 20, 2017
- Fixed some merge conflicts.
-
v0.21.8
- Master Release - November 20, 2017
-
v0.21.5
- NOTE: There is a known crash bug when sharing a Branch link via the Slack activity.
- Slack is aware of this crash and is working to fix it. It is an intermittent crash in iOS 11.
- The crash is in
-[NSExtension _completeRequestReturningItems:forExtensionContextWithUUID:completion:]_block_invoke ()
- Updated comments.
- Fixed a race condition in the preference helper.
- Added a deep link key to the Testbed example to be more compatible with the Android version.
- NOTE: There is a known crash bug when sharing a Branch link via the Slack activity.
-
v0.21.3
- Fixed an occasional crash when sharing a Branch link to Slack. The crash only occurred on some versions of iOS.
- Updated TestBed-Swift to Swift 4 and added a bunch of third party integrations.
- Added BranchWillStartSessionNotification / BranchDidStartSessionNotification Branch session notifications.
- Added a Branch delegate with optional delegate methods.
- Better Spotlight: Added a better interface to listing your application's content on Spotlight.
See the updated Spotlight documentation.
-
v0.21.2
- Update README.md to use proper Swift syntax.
- Better debugging messages for requests.
- Added an event picker for v2-event testing in the TestBed.
-
v0.21.1
- Fixed some annoying compile warnings.
- Made module support optional.
-
v0.21.0
- Added v2-event support.
- Updated readme.md to include instructions for building a project withBranch as a sub-project.
- Suppressed more unnecessary compatibility warnings.
- Testbed-Swift now has many more third party integrations.
Release 0.20.3
- v0.20.3
- Master Release - November 9, 2017
- Logging not persisted.