How can i get Android ID on ionic using native plugins?
String androidId = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID);
Any suggestion to identify unique device?
How can i get Android ID on ionic using native plugins?
String androidId = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID);
Any suggestion to identify unique device?
How about Capacitor’s Device Plugin? It has a Device Id.