How to use WNS in windows Phone 8? - c#

I have a application that has a mobile client and a Windows 8 client. I want to implement push notification service between two app.
I found that windows 8 use WNS (windows Notification Service) and windows Phone 8 use MPNS (Microsoft Push Notification Service) for push notification service and they are two different server.
Is there any way to use WNS from windows Phone 8?
Or any way to achieve this?
any advice or any tutorial are welcome.
Thanks.

No wns is only working for win8. You can look into notification hub from azure.
You cannot send it directly as far as I know. You have to go through a server and again have a look at azure.

WNS is supported on Windows Phone as of Windows Phone 8.1. If you're building an app for both Windows 8 and Windows Phone, you should use WNS.
It is not possible to use WNS on Windows Phone 8.0, but WP8.1 is a free upgrade for your users.

Related

Show Windows Phone app demo to client

I'm developing a windows phone 8.1 app for a client. I need to show a demo to the client but without uploading to the Store. One way to show the demo is by recording a video using screen recorders. Is there any other way that can be used to do the same.
PS The client is not in my city. And he doesn't have a windows phone.
Any help will be appreciated.
Thank You.
I think you can send him the xap file,which can be run on a Windows Phone or a Windows Phone Emulator. So to run it on the emulator or the phone you need the Application Deployment Tool. You can download the tool from here https://www.microsoft.com/en-us/download/details.aspx?id=13890

Will SockeIOClientDotNet work for Windows Phone 8.1 RT, and Socket IO 1.2.x based web server?

I am trying to develop a chat application in windows phone 8.1 (am not using the silverlight version), I created a server with Node.JS and with socket.io. But am not able to connect to the server from my windows phone App. I tried using both SocketIO4Net and SockeIOClientDotNet. Both where not connecting. Is there any alternative options? Which is the best way to do it?
You should try use WinJs 3.0 connect with socket.io it really work.

WP8/Win8 Store App - Sockets

Justed tried to add multiplayer support for a monogame project. I wanted to use libgren but as far as I could see there are no networking classes available on windows phone. Is there any workaround? How can send and recieve tcp and udp packets on windows phone? The same question applies to Windows 8 Store Apps.
There are sockets for Windows Phone 8.1 and Windows 8.1 - http://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.sockets.aspx . If you are targeting WP8 (not 8.1) you will need to use the Silverlight Windows Phone 8 sockets - http://msdn.microsoft.com/en-us/library/windows/apps/hh202874(v=vs.105).aspx

List sms on windows phone 8

On windows phone 7 it was not possible to access sms data. Is it possible on Windows Phone 8?
No.
Source: the official WPDev Feedback Forum:
SMS Access API:
Cliff Simpkins (Sr Product Manager, Windows Phone Developer) responded:
There isn’t a new API in the WP8 Dev Platform
No.
At least it's not mentioned in new features available in Windows Phone 8.0 SDK.
Source
MSDN
WindowsPhoneGeek

Programmatically Set APN Settings wp7

i started to devellop application to get setting system parameters of device automatically with windows phone 7
my problem is how can setting APN and proxy of the device programmatically( windows API or program c#) in windows phone 7 or windows phone 8
please if an expert in windows phone have an idea help me .
thanks :)
According to my knowledge there's no way to access such settings in WP7 but there's a hop in WP8
Check this link
http://msdn.microsoft.com/library/windowsphone/develop/ff626516(v=vs.105).aspx

Categories

Resources