File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
22
3+ - v0.19.0
4+ * Changed the use of ` typeof ` to ` __typeof ` , for stricter compiler options.
5+ * The SDK now send the Apple Search Ad attribution only when it changes (DLA-969, #723 ).
6+ * Add local ip address to returned device info (AIS-341).
7+ * Added ` UITestBed ` , a test app more suited to automated UI tests.
8+ * WebviewExample updates. The example now shows:
9+ - How to deep link from a web page in a WKWebView back into the app.
10+ - How to navigate forward and back with a Branch link in a WebView.
11+ - How to use Fastlane with the Branch SDK.
12+ - The code is updated for Swift 4.0 / Xcode 9.0.
13+ * Fixed a number of warnings generated from strict compiler checking (GH- #719 ).
14+ * Branch when generating a Branch link with an alias, identityID is included in the params (INTENG-3725).
15+ - This makes Branch link referrals work.
16+ - Generating an aliased Branch link may result in a long link being generated where a short link
17+ was generated before.
18+ * The SDK now uses modules instead of a module map for better Swift integration.
19+
320- v0.18.8
421 * _ * Master Release* _ - September 13, 2017
522
Original file line number Diff line number Diff line change 3030
3131
3232iOSDevice=" iPhone 7 Plus"
33- iOSVersion=" 10.1 "
33+ iOSVersion=" 11.0 "
3434
3535
3636function fileExtension() {
You can’t perform that action at this time.
0 commit comments