Reputation: 608
The application gives error as soon as I put &
in the string value of one of the elements in my plist file. Any idea why?
<plist>
<array>
<string>http://www.foo.com?a=b&c=d</string>
</array>
</plist>
If I remove this &
in URL, everything works.
Upvotes: 1
Views: 176