Click here to Skip to main content
15,886,740 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi alll,

In case of push notification in windows 8.1 mobile application, sending the channel uri into database via backend mvc application getting url issue. we are using post method.
url send from mobile app like :

https://hk2.notify.windows.com/?token=AwYAAAD5g3vJUW%2By9jmpCVl29ef5g3TtHtd0OkMjdl1y4Q9Hm%2FXOGQAnMcns2VvhXzUcdPAF0c6i9x2P5gNQq5SkN%2B7UT2nnv6Yu7cBRgt2myI%2F5UlWKD%2BoJGuTu4vYE%2Flg0AU0%3D


but when getting in backend table

https://hk2.notify.windows.com/?token=AwYAAAATXvO24/R4iyiZrDBHyCiYObZu4deBMH58KiT5GJt+9UzTxswm/of9gma4Qjt7WhHuB1XAuopgbcQwNG3uTRDcEVxWWU/+LwQupV0lRBFKS9p8Zyv6rG22Pm3F6BBK6EE=


So how do i get the channel uri without decrypting.

* is there any decryption or encryption method which is suitable in mobile app and web app?
* POST method in mobile application and how to retrieve it in mvc web appplication?

* can we consume the service.asmx (webservice) in windows 8.1 mobile application?

any help is appreciated. almost my two weeks gone by this.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900