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: README.md
+24-15
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,9 @@ You have the possibility to set up the following options on the Adjust prefab:
70
70
*[Event Buffering](#event-buffering)
71
71
*[Print Attribution](#attribution-callback)
72
72
*[Send In Background](#background-tracking)
73
-
*[Launch Deferred Deep Link](#deferred-deeplink-callback)
73
+
*[Launch Deferred Deep Link](#deeplinking-deferred-open)
74
74
*[App Token](#app-token)
75
-
*[Log Level](#log-level)
75
+
*[Log Level](#adjust-logging)
76
76
*[Environment](#environment)
77
77
78
78
<aid="app-token">Replace `{YourAppToken}` with your actual App Token. You can find in your [dashboard].
@@ -156,7 +156,8 @@ Press the same button to re-enable it.
156
156
157
157
The iOS build script is located at `Assets/Editor/PostprocessBuildPlayer_AdjustPostBuildiOS.py`. It changes the Unity iOS generated project in the following ways:
158
158
159
-
1. Adds the `iAd.framework` and `AdSupport.framework` to the project. This is required by the adjust SDK - check out the official [iOS SDK README][ios] for more details.
159
+
1. Adds the `iAd.framework` and `AdSupport.framework` to the project. This is required by the adjust SDK - check out the
160
+
official [iOS SDK README][ios] for more details.
160
161
161
162
2. Adds the other linker flag `-ObjC`. This allows the adjust Objective-C categories to be recognized during build time.
162
163
@@ -199,9 +200,9 @@ Once you integrated the adjust SDK into your project, you can take advantage of
199
200
200
201
### <aid="event-tracking">Event tracking
201
202
202
-
You can tell adjust about any event you wish. Suppose you want to track every tap on a button. You would just need to create a
203
-
new Event Token in your [dashboard]. Let's say that Event Token is `abc123`. In your button's click handler method you could
204
-
then add the following lines to track the click:
203
+
You can tell adjust about any event you wish. Suppose you want to track every tap on a button. You would just need to create
204
+
a new Event Token in your [dashboard]. Let's say that Event Token is `abc123`. In your button's click handler method you
205
+
could then add the following lines to track the click:
0 commit comments