i want to test the web app which i am developing in windows phone 8.1. Web app is in my local network (10...*). I connected the phone with the network using WiFi proxy.
In Android and iOS i am able to bypass the proxy for my local address, In windows phone i am not able to bypass the proxy in windows phone.
is anyone bypassed the proxy in windows Phone? Thanks in advance for any help.
Related
While working with Windows Phone Push Notifications, I got myself stuck in the part of creating the "cloud web service" to receive the negotiated URL and retrieve updates to the mobile device.Is it possible to create this Web Service without using Windows Azure services (I don't want to pay anything, I just want to push with my services to my apps)? And how can I create this Cloud Web Service.
I haven't worked extensively with Windows Phone 8.1. Check this webpage for Windows Phone 8 -
https://msdn.microsoft.com/en-us/library/windows/apps/hh202970%28v=vs.105%29.aspx
You will get a URL for each device you want to get notification on through the app you create. Taking help from the above link, you can create a local server (Cloud Web Service) for testing push notifications for your test devices.
My DCHP server have a long TLL of the leases. We were forced to change the DNS IP in the network, and we are not able to force Windows Phone 8.1 (Lumia 730) to get a new lease.
Does anybody knows a way to do this?
In Windows Phone 8.1, Is it possible to read mac address of device.
I want to build a app which search the all available network and connect to the preconfigured(in app) network.
and also turn on the WiFi using C#
The Windows Phone OS does not give access to programmatically join networks, this has to be an action initiated by the end user, it is possible however to enumerate the current network connections whic does allow some information about the adaptor, but apparently not the physical (MAC) address...
I noticed an app in Windows Phone Store, it can restart WP device, How does the app do it?
http://www.windowsphone.com/en-us/store/app/%E4%B8%80%E9%94%AE%E9%87%8D%E5%90%AF/75ed45c3-8268-4ca7-b405-17a31ded3810
There is no way to do it using public API in the SDK. Maybe there is some "not so public" API ... or the app just crashes so horribly that the phone restarts.
Anyway, you should not want to do this and such app should never have passed certification.
We are working on an Windows Runtime and Windows Phone 8 application which connects to a server via web services.
I am wondering how I can add client authentication with certificates to the web service call, as ClientCertificate is not available on ClientCredentials for Windows Runtime/Windows Phone 8. See API: http://msdn.microsoft.com/en-us/library/system.servicemodel.description.clientcredentials.clientcertificate.aspx
Can anyone point me in the right direction how to add a client certificate to the call to our generated web service.
Regards Matoz
No Windows Phone 8 sdk does not support client certificate. Please see MSDN LINK for more details.