phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.32k stars 996 forks source link

Windows phone push notification #461

Open andreapozzetti opened 9 years ago

andreapozzetti commented 9 years ago

can someone who implemented an app with push notification explain all the step to configure notifications on windows phone?

i'm interesting in particular in the steps on windows developers center like certificates and so on... (like for android or ios) i didn't find a clear explanation of the steps on the web

thanks a lot

an-rahulpandey commented 9 years ago

Have a look here - http://blogs.msdn.com/b/azuremobile/archive/2014/06/17/push-notifications-to-phonegap-apps-using-notification-hubs-integration.aspx

andreszs commented 9 years ago

That post, as well as the README here in GitHub, requires a lot of guessing. For example, the functions onNotificationWP8 and channelHandler are not even DEFINED in either site.

Exactly how are we supposed to guess the return parameters and content from those functions? The GCM method uses the same function (onNotificationGCM) for both registering + receiving notifications, but of course, Microsoft always finds the way to noticeably complicate the most trivial things, and they use one function to register, and another to receive notifications.

Xwalk-Company commented 9 years ago

That right andreszs, I agree with you, so nobody for support WP8 ? a bit of explanation would please...