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: doc/migrate.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Migrate your adjust SDK for iOS to v3.3.3 from v3.0.0
1
+
## Migrate your adjust SDK for iOS to v3.3.4 from v3.0.0
2
2
3
3
We added an optional parameter `transactionId` to our `trackRevenue` methods. If you are tracking In-App Purchases you might want to pass in the transaction identifier provided by Apple to avoid duplicate revenue tracking. It should look roughly like this:
4
4
@@ -36,14 +36,14 @@ all adjust SDK calls.
36
36
37
37
![][rename]
38
38
39
-
3. Download version v3.3.3 and drag the new folder `Adjust` into your Xcode
39
+
3. Download version v3.3.4 and drag the new folder `Adjust` into your Xcode
40
40
Project Navigator.
41
41
42
42
![][drag]
43
43
44
44
4. Build your project to confirm that everything is properly connected again.
45
45
46
-
The adjust SDK v3.3.3 added delegate callbacks. Check out the [README] for
46
+
The adjust SDK v3.3.4 added delegate callbacks. Check out the [README] for
47
47
details.
48
48
49
49
@@ -99,7 +99,7 @@ meaningful at all times! Especially if you are tracking revenue.
99
99
1. The `appDidLaunch` method now expects your App Token instead of your App ID.
100
100
You can find your App Token in your [dashboard].
101
101
102
-
2. The adjust SDK for iOS 3.3.3 uses [ARC][arc]. If you haven't done already,
102
+
2. The adjust SDK for iOS 3.3.4 uses [ARC][arc]. If you haven't done already,
103
103
we recommend [transitioning your project to use ARC][transition] as well. If
104
104
you don't want to use ARC, you have to enable ARC for all files of the
105
105
adjust SDK. Please consult the [README] for details.
0 commit comments