There should always be some sort of error when an app crashes, check the logcat:

http://docs.xamarin.com/android/advanced_topics/android_debug_log

My 2 guesses are:

- You haven't added the INTERNET permission.
- You aren't using an address/IP to the web service that the device can resolve.

Jonathan


On 3/23/2012 12:04 PM, Paul Johnson wrote:
Hi,

I'm using 4.0.5beta here.

I've developed an app that uses a webservice. Under the emulator, it
works fine and nothing shows on the debugger - the service returns and
the world turns.

If I transfer it to a real device, the app dies with no sort of throwback.

Before I put it into bugzilla, is anyone else consuming a webservice on
4.0.5beta on a real device without it falling over dead?

Paul
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid



_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to