iPad 15.6 is not getting speed in CLLocationManager class

hi in my app i used CLLocation, it gives proper latitude, longitude and speed. it is completely working fine in iPhone devices getting issue in iPad 15.5 and iPad 15.6. in iPad getting speed is 0

Is it a WiFi-only iPad?

yes it is wifi only ipad

The wifi-only iPad doesn't have GPS hardware, so the only location updates you will get are based on nearby WiFi networks. It will not be able to calculate useful speed numbers from that.

If you're lucky, you'll find that the reported speed accuracy is < 0, meaning that the speed value is unknown.

iPad 15.6 is not getting speed in CLLocationManager class
 
 
Q