[mono-android] Web Service in Visual Studio
Jonathan Pryor
jonp at xamarin.com
Wed Feb 15 13:10:53 UTC 2012
On Feb 15, 2012, at 8:06 AM, johnv wrote:
> thanks for your reply. This is currently using the emulator, so I'm not sure that I can test web access?
The emulator has a Browser app, which is the web browser. You can try accessing your server from the Browser app.
> How do I check if the App has internet permissions? (this looks like favourite!)
You can check the project options dialog (though I forget where), and you can check in obj\Debug\android\AndroidManifest.xml, it would need to contain:
<uses-permission android:name="android.permission.INTERNET" />
- Jon
More information about the Monodroid
mailing list