phonegap-plugin-contentsync | Download and cache remotely hosted content | HTTP library
kandi X-RAY | phonegap-plugin-contentsync Summary
kandi X-RAY | phonegap-plugin-contentsync Summary
Download and cache remotely hosted zipped content bundles, unzipping automatically.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of phonegap-plugin-contentsync
phonegap-plugin-contentsync Key Features
phonegap-plugin-contentsync Examples and Code Snippets
Community Discussions
Trending Discussions on phonegap-plugin-contentsync
QUESTION
I am able to successfully build and run my app in ios5, but when I upgrade to ios6.1.0 in order to install a plugin that will allow me to use VKwebview and reference local html files, I get 3 fatal errors in xcode:
- Property 'userAgent' not found on object of type 'CDVViewController *'
- Use of undeclared identifier 'CDVUserAgentUtil'. (these are repeated twice)
I am at a total loss as to even start looking for the answers.
This is my config.xml:
...ANSWER
Answered 2020-Jul-27 at 07:15CDVUserAgentUtil
has been removed in cordova-ios@6
which is a breaking change (hence the major version increment in cordova-ios
to 6
).
This class is used by some Cordova plugins in your project hence the error.
You should first update all of your plugins to the latest versions so those which have been updated to removed references to CDVUserAgentUtil
are used.
At least one of your plugins - cordova-plugin-file-transfer is deprecated and contains an implicit reference to CDVUserAgentUtil
. In this case you could use my fork of this plugin which has been fixed to remove the reference:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install phonegap-plugin-contentsync
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page