Skip to content

Commit 36f6183

Browse files
committed
Update README.md
1 parent 7552834 commit 36f6183

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ compile 'com.google.android.gms:play-services-analytics:10.0.1'
197197

198198
To check whether the analytics part of the Google Play Services library has been successfully added to your app so that the Adjust SDK can read it 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 analytics part of the Google Play Services library to your app and our SDK is reading the necessary information from it.
199199

200+
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].
201+
200202
### <a id="android-proguard"></a>Proguard settings
201203

202204
If you are using Proguard, add these lines to your Proguard file:
@@ -213,20 +215,6 @@ If you are using Proguard, add these lines to your Proguard file:
213215
java.lang.String getId();
214216
boolean isLimitAdTrackingEnabled();
215217
}
216-
-keep class dalvik.system.VMRuntime {
217-
java.lang.String getRuntime();
218-
}
219-
-keep class android.os.Build {
220-
java.lang.String[] SUPPORTED_ABIS;
221-
java.lang.String CPU_ABI;
222-
}
223-
-keep class android.content.res.Configuration {
224-
android.os.LocaleList getLocales();
225-
java.util.Locale locale;
226-
}
227-
-keep class android.os.LocaledList {
228-
java.util.Locale get(int);
229-
}
230218
-keep public class com.android.installreferrer.** { *; }
231219
```
232220

0 commit comments

Comments
 (0)