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
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This is the Unity SDK of Adjust™. It supports iOS, Android, Windows Store 8.1,
4
4
5
5
**Note**: As of version **4.12.0**, Adjust Unity SDK is compatible with **Unity 5 and newer** versions.
6
6
7
+
Read this in other languages: [English][en-readme], [中文][zh-readme], [日本語][ja-readme], [한국어][ko-readme].
8
+
7
9
## Table of contents
8
10
9
11
*[Basic integration](#basic-integration)
@@ -158,7 +160,7 @@ Since now you have possibility to access separate parts of the Google Play Servi
158
160
159
161
**Update**: As of Google Play Services library 15.0.0, Google has moved classes needed for obtaining of Google Advertising Identifier into [`play-services-ads-identifier`](https://mvnrepository.com/artifact/com.google.android.gms/play-services-ads-identifier) package, so if you are using version 15.0.0 or higher of the Google Play Services library, please make sure that you have this package added to your app. Also in addition to this, we have noticed certain inconsistencies when it comes to reading Google Advertising Identifier depending on Unity IDE version you are using. Regardless of the way you chose to add Google Play Services dependency into your app and Unity IDE you are using, **make sure to test if Google Advertising Identifier is being properly obtained by Adjust SDK**.
160
162
161
-
To check whether the Google Play Services library has been successfully added to your app so that the Adjust SDK can read Google Advertising Identifier properly, you should start your app by configuring the SDK to run in `sandbox` mode and set the log level to `verbose`. After that, track a session or some events in your app and observe the list of parameters in the verbose logs which are being read once the session or event has been tracked. If you see a parameter called `gps_adid` in there, you have successfully added the Google Play Services library dependency to your app and our SDK is reading the necessary information from it.
163
+
To check whether the Adjust SDK is receiving the Google Advertising Identifier, start your app by configuring the SDK to run in `sandbox` mode and set the log level to `verbose`. After that, track a session or some events in your app and observe the list of parameters read in the verbose logs once the session or event has been tracked. If you see a parameter called `gps_adid`, our SDK has successfully read the Google Advertising Identifier.
162
164
163
165
In case you encounter any issue with attempts to read Google Advertising Identifier, feel free to open an issue in our Github repository or write an email to [email protected].
164
166
@@ -759,8 +761,13 @@ Even with the post build script it is possible that the project is not ready to
759
761
If needed, disable dSYM File. In the `Project Navigator`, select the `Unity-iPhone` project. Click the `Build Settings` tab and search for `debug information`. There should be an `Debug Information Format` or `DEBUG_INFORMATION_FORMAT` option. Change it from `DWARF with dSYM File` to `DWARF`.
760
762
761
763
762
-
[dashboard]: http://adjust.com
763
-
[adjust.com]: http://adjust.com
764
+
[dashboard]: http://adjust.com
765
+
[adjust.com]: http://adjust.com
766
+
767
+
[en-readme]: README.md
768
+
[zh-readme]: doc/chinese/README.md
769
+
[ja-readme]: doc/japanese/README.md
770
+
[ko-readme]: doc/korean/README.md
764
771
765
772
[ios]: https://github.com/adjust/ios_sdk
766
773
[android]: https://github.com/adjust/android_sdk
@@ -790,7 +797,7 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2
0 commit comments