tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
178 stars 116 forks source link

not working with phone gap build #50

Open raghebnaser2 opened 7 years ago

raghebnaser2 commented 7 years ago

I use below version of cordova

I am trying to add it in config.xml like below

and like below

its build succeeded but no files encrypted

gandhirajan commented 7 years ago

@raghebnaser2 Does you apk file has these plugin included?

raghebnaser2 commented 7 years ago

for me, its worked only on cordova build .

still waiting to fix this issue

JorgeOGJ commented 6 years ago

PhoneGapBuild doesn't support hooks, this plugin uses a hook for encrypt files, so i think there is not issue

FPeters84 commented 6 years ago

@tkyaji Just for me to know, are there any plans to make this plugin work without using hooks (so it works via phonegap build)? Maybe this is the foundation of the plugin, and it is not possible. Just for me to know if I should look for a different solution for my own application :)

Many thanks in advance for your answer, Kind regards, Frank

raghebnaser2 commented 6 years ago

Are there other solutions to encrypt files?

please help