• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Getting different Android IDs for same device. Why?

I am getting different Android IDs for same device for 2 apps in spite of they are being signed with same keystore. This problem is occurring only in Android Oreo OS. Can anyone help me why there are 2 different Android IDS generated?

The method i am using for Android Id -

int deviceId = Settings.Secure.getString(pContext.getContentResolver(), Settings.Secure.ANDROID_ID)
 
Back
Top Bottom