Releases: BranchMetrics/ios-branch-deep-linking-attribution
Releases · BranchMetrics/ios-branch-deep-linking-attribution
Bug fixes, Swift Updates, and iOS 10 Compatibility
- There are no breaking changes in this release.
- The Swift example and documentation have been updated for Swift 3.0.
- We've diagnosed an open problem when Branch, Localytics, and Google Analytics are all used
in the same app. You can read the details and work-arounds in the Github issue
Branch, Localytics, and Google Analytics. - Check the change log for specific fixes: Change log on Github.
Swift Compatibility
Fix for few swift compatibility issues
Support for Carthage sub modules
More crash protections
Fix for issue causing initsession hang on cold start from universal link
Adding few crash protection
Removing BUO nullable fields
Stronger Matching
Fixing time delay issue with strong match checking using SVC
Content Discovery Feature
Added new Branch Content Discovery feature
Added changes for supporting latest Xcode updates
Few addition l fixes and optimizations
iOS 10 is here!
- iOS 10 Spotlight indexing support
- iMessage extensions support for deep linking and BUO
- retrieve content type in BUO from dictionary
Campaigns, Campaigns, Campaigns!
- Add campaign to link properties (popular feature request)!
- Remove debug gesture
- Better instrumentation on retries
- Add checksumming to the release procedure
- Fix Branch & Mopub Fabric header conflict
- Nullability and nonnull support for Swift
- iOS 10 optimizations
New Testbed App!
- New Testbed App!
- fix module.map path on Carthage project
- ability to whitelist URI schemes
Bye Bye Deprecated methods
- setDebug must be called on getInstance. It's no longer a static method.
- referral code and promo code methods are no longer available
- action count methods are no longer available
- getReferralUrl removed - please migrate to BUO
- getContentUrl removed - please migrate to BUO
- BUO showShareSheet andCallback method deprecated - migrate to showShareSheet callback.
- App ID removed - please migrate to using Branch Key
- Handle iOS 10 returning all-zeros IDFA when limiting ad tracking
Branch + Fabric Answers!
- Fabric Answers integration
- Swift Testbed
- Retry in poor network conditions
- Fix for Facebook calling openUrl from within the app
- Fix Fabric headers conflict
- Simplify Carthage project
- Fix framework headers visibility issue with BranchView