[MonoTouch] UIRequirementPersistentWIFI e SBUsesNetwork
Michael Hutchinson
m.j.hutchinson at gmail.com
Wed Oct 28 17:12:45 EDT 2009
On Wed, Oct 28, 2009 at 3:28 AM, Massimiliano Bellisario
<Massimiliano.Bellisario at deca-spa.com> wrote:
> My iphone application must be use the network for invoke an web service.
>
> When I deploy on mu iphone device the call on web service not working (on
> simulator is ok).
>
> How can I set on MonoDevelop the two properties (UIRequirementPersistentWIFI
> e SBUsesNetwork) ?
I'm assuming these keys are for the Info.plist. If so, add an
Info.plist file to your project (the "Application Manifest" template
in the "new file" dialog) and add these keys, as per Apple docs. MD
will merge this plist into the plist that it creates for the app
bundle.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the MonoTouch
mailing list