+1

I can't get iOS push notifications to work

sstava 11 years ago updated 11 years ago 2
Struggling with the setup for iOS push notifications. I have done what should be the correct setup (followed the instructions).

I have also added the push datasource and action from the rarewire push tutorial.

I have added the push .p12 file to the push tab for my app. The green check box says I have done that correctly.

I have successfully re-built the adhoc build and installed the new .ipa on my iphone 5.

I have filled out the message, badge # and message record in the push screen on the rarewire site and sent the message.

Nothing happens and I am not sure where to look or what to look for to figure out what I did wrong, short of just redoing the process I just went through.

thoughts?
If your Ad-Hoc doesn't ask you if you want to accept push when you first install it, then it is almost certainly a problem with the way you set up your certs in the Apple Developer portal.

Did you enable push on your App ID from inside the Apple Developer Portal?

Also make sure you generated a p12 from the push cert and are not reusing the same p12 from the provisioning settings. 
Thanks! I will check out those items.