will httpnotificationchannel.open() return uri and other informations when i run my windows phone apppicatin in an emulator? - windows-phone-7

Iam developing a windows phone application that makes use of windows phone push notification service. I know that we use will httpnotificationchannel.open() to open a notification channel with mspn. my question is will httpnotificationchannel.open() return uri and other informations when i run my windows phone apppicatin in an emulator? Is it necessary that i run this application in a windows phone?

Yes, this will work in the emulator.
It would have also been quicker to try than write your question.

Related

Pen Computing App Development in Windows Phone

I wanted to make an app in windows phone that takes in pen-computing input. Is there existing code infrastructure (templates and such) in the Windows Phone API that is available to the Windows Phone developer?
What I mean by pen-computing input is hand-writing input by users' fingers, giving us input like this:
Unluckily for Windows Phone 8 and Windows phone 8.1 InkManager class is not supported currently, so capturing handwritten input aint possible.
Though it works for windows 8 and 8.1 store apps which you can implement through Tutorial1 and Tutorial2
If you are focusing Windows phone would suggest to make app for Windows 10. They have release a better version of InkCanvas which is better than InkManager and works both store and phone apps being UWP. Check out this link for details on InkCanvas

windows phone 7 background service like android intent service

I am new in windows phone 7. I want to know background servies like android intent service. Android intent services is run service one by one .If the services is completed,automatically stop this and run another servies .In windows phone 7 , I don't know how to do.Please help me.
It is currently not possible to do something comparable with an Intent in WP7.
The nearest thing would be a custom Launcher or Chooser. Creating these is not possible though. :(
Maybe in the next version of the tools.

Blocking a CALL or SMS in WP7

I am .NET developer and currently working on App to develop on Windows Phone 7. I am looking for something in Windows Phone 7 using which the user can block the calls or sms from a specific number.
Is there any way one can achieve the Call Blocking and SMS blocking in Windows Phone 7, If it is there then please help me.
Thanks
BHAVIK GOYAL
There is no way to do this with Windows Phone 7.
If you must have this functionality then WP7 is not the right platform for you.

launch an app from a URL on Windows Phone 7

I know that on the iPhone you can register a URL prefix such as myapp://blah which, when opened in safari, will open up your application.
Is there anything like this for Windows Phone 7?
Unfortunately not, applications can only be launched by the user from the application list or home screen. I suspect that the hooks are there in the operating system because the YouTube application is launched when attempting to view a video on the YouTube website from the browser and the user is prompted to install the app if they haven't already got it installed. But unfortunately, this approach isn't publicly available.
You may give Receive Push Notifications in an Application for Windows Phone http://msdn.microsoft.com/en-us/library/ff402556%28v=VS.92%29.aspx a try.

WP7 Deeplink to Marketplace

Does anyone know what code to use specifically to jump from within a Windows Phone 7 application to the application's listing in the Marketplace?
Refer to the sample code for MarketplaceDetailTask here.
How to: Use Launchers for Windows Phone

Resources