Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've implemented the push notification in my iPhone App. It's working fine with the development profile but when I deployed it on the App Store it's not working at all. I think it's a problem of Distribution Profile. Please help me to configure the distribution profile and let me know the steps to do it.

Regards

share|improve this question
Reasons for down-voting ? – Götze Mar 28 '12 at 4:28

1 Answer

up vote 1 down vote accepted

In the provisioning profile you have to make sure that the appID has a distribution certificate associated with it. Then you need to create a distribution provisioning certificate. Note that this will be different for development, ad hoc and app store distribution.

You also need to change the certificate that your APNS server is using. Finally, make sure that in xcode, your app is using the correct certificates when building your project and target.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.