DeviceKit icon indicating copy to clipboard operation
DeviceKit copied to clipboard

Support distinguish WIFI / WIFI + Cellular iPads

Open haojin2020 opened this issue 4 years ago • 3 comments

Can we add the feature to distinguish if the iPad is WIFI Only or WIFI + Cellular version?

haojin2020 avatar Oct 13 '21 01:10 haojin2020

Could be a cool feature to implement, would however require a rewrite of a big portion of how the device identifiers are setup.

Zandor300 avatar Oct 18 '21 11:10 Zandor300

also add Wifi generation/standard supported info

I have curated this info from - https://en.wikipedia.org/wiki/List_of_iOS_and_iPadOS_devices

        if device.isPod {
          // iPod 6,7 - Wi-Fi (802.11 a/b/g/n/ac)
          // iPod 5 - Wi-Fi (802.11 a/b/g/n)
          // iPod 4 - Wi-Fi (802.11 b/g/n)
          // iPod <3 - Wi-Fi (802.11 b/g)
        } else if device.isPhone {
          // iPhone SE2,11x,12x,13x - Wi- (802.11 a/b/g/n/ac/ax)
          // iPhone 6x,SE,7x,8X,Xx - Wi-Fi (802.11 a/b/g/n/ac)
          // iPhone 5x - Wi-Fi (802.11 a/b/g/n)
          // iPhone 4x - Wi-Fi (802.11 b/g/n)
          // iPhone <3x - Wi-Fi (802.11 b/g)
        } else if device.isPad {
          // iPad 5,6,7,8,9 - Wi-Fi (802.11a/b/g/n/ac)
          // iPad <4 - Wi-Fi (802.11 a/b/g/n)
          // iPad Mini 6 - Wi-Fi 6 (802.11a/b/g/n/ac/ax)
          // iPad Mini 4,5 - Wi-Fi (802.11 a/b/g/n/ac)
          // iPad Mini <3-  Wi-Fi (802.11 a/b/g/n)
          // iPad Air 4 - Wi-Fi 6 (802.11a/b/g/n/ac/ax)
          // iPad Air 2,3 - Wi-Fi 5 (802.11a/b/g/n/ac)
          // iPad Air 1 - Wi-Fi (802.11a/b/g/n)
          // iPad Pro - Wi-Fi 5 (802.11a/b/g/n/ac)
        } 

I am not an iOS dev

daadu avatar Dec 04 '21 14:12 daadu

are there updates about this request??

furiosFast avatar Jul 27 '23 08:07 furiosFast