I am trying to integrate supersonic, and stuck on their requrenment -
"Integrate Google Play Services The Supersonic SDK requires access to the Google Advertising ID in order to operate properly. See this guide on how to integrate Google Play Services. Note: Make sure you are using the latest Google Play Services version. Prior versions might not work on devices using Lollipop (API 21)."
That is all info, they said abot their needs. I added com.google.android.gms:play-services-ads:8.3.0 to my gradle file, and I am able to receive my Advertise id, but I am not sure, is that what i need
AdvertisingIdClient.Info info = AdvertisingIdClient.getAdvertisingIdInfo(App.getContext());
Please, if anyone integrated supersonic on android, help me to make it work, and explain what does they mean by
The Supersonic SDK requires access to the Google Advertising ID