I’m trying to implement the feature Pushnotification in my app. I have followed the link , I got it working till PushMeBaby app. Got the device token, but I tried with PushMeBaby, a window with push button came up, when I clicked, nothing happened.
Please help me to implement the feature.
EDIT
Me also tried links mentioned in here, from the comments I could see that all are wonderful tutorials.
Make sure you have done the following:
Successfully retrieved and created your SSL certificates for APNS from the Apple Developer Portal
Inserted the correct bundle ID in your app
Created and signed your app with a development certificate that was created using the same App ID that your push notifications are using
Your device token is definitely correct (i.e. xxxxxxxxxxx, no spaces, no dashes, etc., just the characters)
If this is all correct, it should definitely work. I think your problem could possibly be that you are not signing your app with a development certificate linked to your App ID that has push notifications enabled, or your SSL certificates for push notifications have a problem with them. There’s a great tutorial here.
By the way, when you do get it working and you’re interested in sending push notifications to everyone who has your app (instead of just yourself), I would recommend taking a look at EasyAPNS.