I've an application which uses Parse.com push notification service. When I run app on my iPhone with xCode notifications are received well but when I install app with exported ipa with Itunes notifications aren't received. What is the problem ?
Asked
Active
Viewed 117 times
2 Answers
0
It sounds like a provisioning profile problem. When you export the .ipa, it uses a particular provisioning profile, and that profile is different for Xcode and for ad-hoc.
To enable push for ad-hoc builds, you can find a detailed list of steps here: Enabling Apple Push Notifications for ad hoc distribution environment

Community
- 1
- 1

Ryan Kreager
- 3,571
- 1
- 20
- 35
-
tnx but didn't help! My problem was something else – Arian Jul 18 '15 at 11:03
0
I fixed the problem with creating "Production SSL Certificate" in my push notification identifier.

Arian
- 1
- 2