Closed stileinverso closed 7 years ago
hi @stileinverso the "cordova-plugin-cache" plugin is another author's plugin (forked from Sharinglabs/cordova-plugin-cache) https://www.npmjs.com/package/cordova-plugin-cache https://github.com/tiltshiftfocus/cordova-plugin-cache
so...maybe you should ask "tiltshiftfocus" first
I'm sorry! I was convinced of being on the correct page.
When I go in their GitHub page (https://github.com/tiltshiftfocus/cordova-plugin-cache) and I click the button New pull request in Pull requests tab (there is no Issues tab) the system bring me in your page! Is it normal?
Sorry again for the inconvenience. I would like to know if your plugin also destroys the local database or not. I recommend you to specify also in the the main page/description of the plugin itself. Thank you.
it still happens. it just wont compile for ios. I need it because I get data from server.
In phonegap config.xml:
<plugin name="cordova-plugin-cache-npm" version="*" />
same with:
<plugin name="cordova-plugin-cache-npm" version="*" />
As written previously, cordova-plugin-cache-npm
is not this plugin.
Hi! I'm using your plugin in my app that I compile through PhoneGapBuild. The Android version compiles properly but the iOS version give me this error:
Error - The following 3rd-party plugin is causing the build to fail and may need to be updated to a newer version: com.tiltshiftfocus.cordova.plugin.clearCache
Here the string I use in the config.xml file to include your plugin in my app:
Where am I doing wrong?