Ionic View limitations

Hello guys,

I am working on an app that requires the device’s Unique Identifier.I am getting it using cordova’s device library.Installed it and added it as a dependency to one of my controllers and I’m using $cordovaDevice.getUUID() to retrieve it. All working fine in emulator or when running on my android phone. The device’s id is not being retrieved when the app is ran trough Ionic View App after upload.Do any of you guys know if this might be a problem with Ionic View or on my end?