我有一个适用于CORS和Safari的应用程序。当我在Xcode中使用iOS 6模拟器测试它时,它不会从我的Web服务中检索任何数据,但是使用Safari会这样做。 (我正在使用PhoneGap)
是因为我必须在Xcode上设置一些特别的东西吗?
答案 0 :(得分:0)
我在这里找到了答案:
http://www.anujgakhar.com/2011/11/22/phonegap-gotcha-error-whitelist-rejection/
解决方案:
In your PhoneGap.plist file, you need to add the allowed URLs to the ExternalHosts array. I added “*” as I did not want to add each individual URL separately to the list but that’s your choice.