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.
Have you tried to replace the
&by&