tkyaji / cordova-plugin-crypt-file

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

Disable encryption for iOS #71

Open jakodev opened 5 years ago

jakodev commented 5 years ago

Hello everyone, there is a way to disable the encryption feature only for iOS devices (without removing the plugin each time)? We are concerned about the incompatibility with WKWebView, but at the same time we need for sure this plugin working for Android... I mean, grab an APK file is much more easier than grab an IPA file. Thanks in advance!

mikaelboff commented 5 years ago

+1 In our company we need this too

rvdleun commented 5 years ago

For project I'm building, I've been using https://www.npmjs.com/package/cordova-plugin-tottems, which is, as far as I can tell, essentially the same plugin but with iOS disabled.

enricodente commented 3 years ago

Until this is not fixed, I forked this repo and created a version that is enabled on Android only, so that it does not break iOS platform.

cordova plugin add cordova-plugin-crypt-file-android

I hope this helps until the CDVURLProtocol dependency gets replaced with an alternative.