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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,7 @@ This process is performed by the `OnPostprocessBuild` method in `AdjustEditor.cs
240
240
To execute the iOS post-build process properly, use Unity 5 or later and have `iOS build support` installed. The iOS post-build process makes the following changes to your generated Xcode project:
241
241
242
242
- Adds the `iAd.framework` (needed for Apple Search Ads tracking)
243
+
- Adds the `AdServices.framework` (needed for Apple Search Ads tracking)
243
244
- Adds the `AdSupport.framework` (needed for reading IDFA)
244
245
- Adds the `CoreTelephony.framework` (needed for reading type of network device is connected to)
245
246
- Adds the other linker flag `-ObjC` (needed to recognize Adjust Objective-C categories during build time)
0 commit comments