You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
Branch iOS SDK Change Log
2
2
3
+
- v0.25.1
4
+
*_*Master Release*_ - July 12, 2018
5
+
* Fixed some documentation inconsistencies, some compile warnings, and unit tests.
6
+
* Send instrumentation times for Apple Search Ads (DEVEX-594).
7
+
* Prevent strong match controller crash on iOS 10 (DEVEX-515).
8
+
* Added a Branch SDK integration validator.
9
+
- See usage instructions in the README file: [Integration Validator](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/README.md#test-your-branch-integration).
10
+
* Clean up source for sharing between projects (DEVEX-332).
11
+
* Updated the podspec to add SafariServices for `without-IDFA` subspec.
12
+
* Updated unit and UITests to simplify testing.
13
+
3
14
- v0.25.0
4
15
*_*Master Release*_ - May 3, 2018
5
16
* Reorganized project as minimally as possible to make using unit and functional test apps much easier.
Test your Branch Integration by calling `validateSDKIntegration` in your AppDelegate. Check your Xcode logs to make sure all the SDK Integration tests pass. Make sure to comment out or remove `validateSDKIntegration` in your production build.
0 commit comments