Pushsharp on Windows azure

i am using push sharp for sending push notifications, it is working fine on local host, but how can i configure it on windows azure cloud service

here is my code

  System.IO.File.ReadAllBytes(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "XXXXXXX.p12")); 

                        _pushBroker.RegisterAppleService(
                            new ApplePushChannelSettings(false, appleCert, "XXXXX"));

                         message = "Sending Push";


                        _pushBroker.QueueNotification(
                            new AppleNotification()
                                .ForDeviceToken(userProductSelection.UserInfo.DeviceToken)
                                .WithAlert(message)
                                .WithBadge(1)
                                .WithSound("sound.caf"));

  • Changed type Nenutech Thursday, February 06, 2014 11:30 AM
February 6th, 2014 12:43pm

Hi,

Kindly read this article, hope it helps, from my experience, this issue is more related with Windows Azure Mobile Service, please try to create a new thread in that forum, the Windows Azure Mobile Service Forum link is: http://social.msdn.microsoft.com/Forums/en-US/home?forum=azuremobile

Regards

Free Windows Admin Tool Kit Click here and download it now
February 7th, 2014 12:26am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics