wizpanda / cordova-plugin-unique-device-id2

PhoneGap / Cordova unique device id (UUID) plugin for Android, iOS and Windows Phone 8.
https://www.wizpanda.com
MIT License
11 stars 4 forks source link

I got plugin not installed #2

Open vesvello opened 4 years ago

vesvello commented 4 years ago

I got plugin not installed ionic5 cordova

sagrawal31 commented 4 years ago

Please provide more details and your environment.

vesvello commented 4 years ago

I used this instructions:

https://www.freakyjolly.com/ionic-4-get-unique-device-id-other-uids-of-uuid-imei-imsi-iccid-and-mac-using-native-cordova-plugins/#.XuMVA2pKi86

Ionic:

Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 5.2.1 @angular-devkit/build-angular : 0.901.8 @angular-devkit/schematics : 9.1.8 @angular/cli : 9.1.8 @ionic/angular-toolkit : 2.2.0

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1) Cordova Platforms : ios 5.1.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 6 other plugins)

Utility:

cordova-res : 0.14.0 native-run : 1.0.0

System:

ios-deploy : 1.10.0 ios-sim : 8.0.2 NodeJS : v12.17.0 (/usr/local/bin/node) npm : 6.14.4 OS : macOS Catalina Xcode : Xcode 11.5 Build version 11E608c

cordova plugin list cordova-plugin-android-permissions 1.0.2 "Permissions" cordova-plugin-device 2.0.2 "Device" cordova-plugin-dreamover-uid 1.3.0 "UID" cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard" cordova-plugin-ionic-webview 4.2.1 "cordova-plugin-ionic-webview" cordova-plugin-splashscreen 5.0.2 "Splashscreen" cordova-plugin-statusbar 2.4.2 "StatusBar" cordova-plugin-unique-device-id2 2.0.0 "UniqueDeviceID" cordova-plugin-whitelist 1.3.3 "Whitelist"

try to run in iphone Xr with 13.4.1

sagrawal31 commented 4 years ago

Hi, @vesvello Thanks for the environment and apologies for the delayed reply. Can you give me the error you are getting?

I'll respond quickly.

vasco88 commented 3 years ago

In my case, I've got the same issue.

I resolved it just using platform.ready method.

It returns when all PlugIns are loaded.