11Branch iOS SDK change log
22
3+ - v0.12.13
4+ * AIS-106: Included user_agent in device POST parameters.
5+ * AIS-109: Included language & country in device POST parameters.
6+ * INT-2882: Moved Branch support files from Documents directory to Application Support directory.
7+ * Github #487 : Updated documentation to mention that application:willFinishLaunchingWithOptions:
8+ also has to return YES on app launch.
39- v0.12.12
410 * Updated Swift example to Swift 3.0
511 * Updated Update README.md Documentation Syntax for Swift
@@ -18,7 +24,7 @@ Branch iOS SDK change log
1824- v0.12.10
1925 * Fix for issue causing initsession hang on cold start from universal link
2026 * Adding few crash protection
21- * Removing BUO nullable fields
27+ * Removing BUO nullable fields
2228
2329- v0.12.9
2430 * Fixing the time delay for strong match check using SVC
@@ -37,7 +43,7 @@ Branch iOS SDK change log
3743 * Remove debug gesture
3844 * Better instrumentation on retries
3945 * Add checksumming to the release procedure
40- * Fix Branch & Mopub Fabric header conflict
46+ * Fix Branch & Mopub Fabric header conflict
4147 * Nullability and nonnull support for Swift
4248 * Add campaign to link properties
4349 * iOS 10 optimizations
@@ -47,7 +53,7 @@ Branch iOS SDK change log
4753 * fix module.map path on Carthage project
4854 * ability to whitelist URI schemes
4955
50- - v0.12.4
56+ - v0.12.4
5157 * setDebug must be called on getInstance. It's no longer a static method.
5258 * referral code and promo code methods are no longer available
5359 * action count methods are no longer available
@@ -60,7 +66,7 @@ Branch iOS SDK change log
6066- v0.12.3
6167 * Fabric Answers integration
6268 * Swift Testbed
63- * Retry in poor network conditions
69+ * Retry in poor network conditions
6470 * Fix for Facebook calling openUrl from within the app
6571 * Fix Fabric headers conflict
6672 * Simplify Carthage project
@@ -111,7 +117,7 @@ Branch iOS SDK change log
111117 * workaround for Facebook sometimes returning NO from didFinishLaunching
112118 * spotlight IDs optionally returned in indexing callbacks
113119 * added ability to have custom parameters appear in deeplink data for debugging
114- * removed fftl
120+ * removed fftl
115121 * added externalIntentURI to capture referrals
116122
117123- v0.11.13
@@ -128,7 +134,7 @@ Branch iOS SDK change log
128134 * Set email subject on share sheet
129135 * 100% matching prototype. Woo!
130136 * BRanchUniversalObject with only canonical url allowed
131- * Update register-view call so it's no longer a flat object
137+ * Update register-view call so it's no longer a flat object
132138 * Fix debug tests
133139 * Fix setUserUrl capitalization
134140 * TeamID can be gotten from plist or original way
@@ -162,7 +168,7 @@ Branch iOS SDK change log
162168 * easy listing for Spotlight search
163169 * fixed bugs / made additions for debug mode
164170 * squashed annoying warnings that some users saw
165- * safer unarchiving of saved info (BNCPreferenceHelper)
171+ * safer unarchiving of saved info (BNCPreferenceHelper)
166172
167173- v0.11.6
168174 * fix race condition if certain methods are invoked before initSession
@@ -227,7 +233,7 @@ Branch iOS SDK change log
227233 * If isReferrable is false, it will not be set.
228234 * If the session data returned from the API call is empty, it will not be set.
229235 * If the session data is not from a link click, it will not be set.
230- * If the request is an open request, it will only be set if install params are empty.
236+ * If the request is an open request, it will only be set if install params are empty.
231237
232238- v0.10.2
233239 * Fixing potential for bad types to come through in UserIdentity (number rather than string).
0 commit comments