Unable to get push notification in IOS 9 SDK with Xcode 7.1.1

62 Views Asked by At

If anyone has worked on iOS 9 push notification then please help. Following are the payload string which I got from server .aps:

{
        alert = "You got a new message from Jack";
        sound = default;
    };

It works fine for iOS 8 sdks but not for iOS 9

0

There are 0 best solutions below