Whitelist Compatibilities

0

I have an android app that already runs without problem. We are now moving its development to iOS.

Emphasize that it is hybridized with cordova.

I'm looking at plugin compatibility, and it's cracking me with the cordova-plugin-whitelist at compile time.

I noticed that on the page of plugin it says it is compatible with Android 4 or higher, nothing of iOS.

Do you know if it is possible to use it? or is there an alternative?

    
asked by GDP 10.11.2017 в 10:32
source

1 answer

1

It is possible to use it without any problem, within the headaches that Cordova sometimes gives ... I also use it in some of my applications.

Nothing in IOS appears in the documentation in English, but in the documentation in Spanish it does say that it is compatible.

Documentation in Spanish

In this link, which is part of the plugin documentation, you can also understand the plugin a bit more if you're a bit stuck in English.

    
answered by 10.11.2017 / 10:47
source