Closed okonon closed 8 years ago
When using the plugin in an ionic/angular application you have to use the corresponding ng-cordova plugin. Check #55 to see if you are in the same situation. If not, could you share the code where you use the plugin.
@vstirbu Thanks a lot for prompt reply!
this error is happening when i run cordova run ios --device
so this prevents me form compiling the app, therefore it should not matter how i use the code because i can't compile the app. If i downgrade cordova-ios
to 3.9.x
you plugin compiles fine and my code is working.
this issue is related to some of the cordova-ios
changes and requires all plugins to address it.
I think they added support to all of their core plugins already.
I have another plugin from different project that is throwing a different error because of these changes:
https://github.com/Telerik-Verified-Plugins/Keychain/issues/2
Does it make more sense? I wish i had more experience to look into it myself...
Just posted a pull request with a fix that worked for me. Apparently dataFromBase64String
was deprecated in 3.8.0
and removed in 4.x.x
.
@funkjedi NICE!!!!!!!
i am running cordova-ios 4.0.1 and when this plugin is added it throws following error:
here is my info: