ionic framework - How to set iOS device model in Google Analytics (Using Cordova)? -


i developing ionic app ios , android. use cordova google-analytics-plugin google analytics. looks plugin not set ios device model. model mentioned "not set" in google analytics. works fine android.

device info in google analytics

how set ios model correctly (e.g. iphone 6, iphone 7, ...)? or there other plugin sets ios model correctly?

thank you.

you can try cordova device plugin, device.model returns name of device's model or product


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -