0

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 ?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Arian
  • 1
  • 2

2 Answers2

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
0

I fixed the problem with creating "Production SSL Certificate" in my push notification identifier.

Arian
  • 1
  • 2