0

I would like to know is there a way to fetch android device Ad-id without having a dependency of google play services. By using this, I was able to fetch Ad-id but it has a dependency of google play services. Thanks in advance.

Sai Phani
  • 63
  • 1
  • 8

1 Answers1

1

The advertising ID (“advertising ID”) is a user-resettable, unique, anonymous ID for advertising, provided by Google Play services. so you cannot get it without google play services. read this documentation for more info. and here is an easy way to get advertising id.

read this documentation also.

Community
  • 1
  • 1
droidev
  • 7,352
  • 11
  • 62
  • 94