We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/driftyco/ionic-package-hooks#re-enable-http-for-ios9
The text was updated successfully, but these errors were encountered:
use this hook to do that , it s more generic https://github.com/mhartington/cordova-config-utils
Sorry, something went wrong.
npm install -D elementtree npm install -D plist npm install -D xcode
chmod +x hooks/after_prepare/011_update_config.js
add this to the config.xml
<config-file platform="ios" target="*-Info.plist" parent="NSAppTransportSecurity"> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> </config-file> <config-file platform="ios" target="*-Info.plist" parent="CFBundleLocalizations"> <array> <string>en</string> <string>fr</string> </array> </config-file> </platform>
No branches or pull requests
https://github.com/driftyco/ionic-package-hooks#re-enable-http-for-ios9
The text was updated successfully, but these errors were encountered: