ios - Whitelist rejection errors in PhoneGap 3.4 -
(I've searched for Stack Overflow + Google extensively but no solution can be found; Most of the stuff I'm already looking at the phonegap version)
I'm getting whitelist rejection errors on Xcode with my Ceach Touch 2.3 / PhoneGap 3.4 app:
2014-04- 23 00:46: 25.978 HelloWald [9 9512: 60b] Error Whitelist Disclaimer: URL = 'http: //www.bodbot.com/Scripts/script.php? _dc = 1398239185976 '2014-04-23 00: 48: 20.555 HelloWald [9 9 12: 4003] Error Whitelist Rejection: URL =' http: //www.bodbot.com/Scripts/script2.php? _dc = 1398239300554 ' I have been manually added & lt; Entry Original = "http://bodbot.com" /> and & lt; Basic of access = "https://bodbot.com" /> config.xml in the project directory at each instance: /config.xml / phonegap / www / config .xml /phonegap/platforms/ios/HelloWorld/config.xml/phonegap/platform/IOS/Www/config.xml I uninstalled it and on both the emulator and my phone The app has been restored several times. Nothing seems to remove whitelist rejection errors. Any help / instructions can be indicated here.
As far as I know, config.xml property & lt; Entry Basic = "" /> gt; is not stackable if you assign more than one, then only the last value will be assigned. In your case it will mean that only https: // will be allowed. Only & lt; Access origin = "* .bodbot.com" /> Try to use
Comments
Post a Comment