0
장치 세부 정보를 가져 오는 중, 하드웨어 장치의 일련 번호를 가져올 수 없습니다. 일련 번호를 제외하고는 장치의 UUID를 가져올 수 있습니다.ionic2를 사용하여 하드웨어 장치의 일련 번호를 얻는 방법은 무엇입니까?
Grab device related information, such as platform, and device model.
cordova plugin add cordova-plugin-device
Methods
getDevice()
Get all device information.
Returns Object — returns cordova, model, platform, UUID, and version information
소스 : http://ngcordova.com/docs/plugins/device/