tkyaji / cordova-plugin-crypt-file

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

Not working on Phonegap (added manually) #87

Open 1fancy opened 5 years ago

1fancy commented 5 years ago

Hello, When I've added the plugin manually to my app:

Nothing happend, on debug and release builds ? How can I activate the plugin ?

Kind Regards.

pratikchourdia commented 4 years ago

Exactly, Added Plugin in config file but nothing happen. Phonegap is using version 1.2.0 But no effect on Apks.. Please give any way to work it.

Regards,

mikael-onsilva commented 4 years ago

Same here.

lilmnm-kamikaze- commented 4 years ago

if you are using phonegap build it will not work. This plugin uses hooks which phonegap build does not support.

mikael-onsilva commented 4 years ago

Yeah, I've figured that out after searching a little bit. Yet, I'm still not being able to work this out creating the project via CLI and building w Android Studio (I've got once, but now isn't working anymore). Any special configs to make it work?