0

I have a problem: I didn't receive push notification in AD_HOC app version.(through crashlitycs) But I tested and I know that the device tokens in both environments are equal (development and AD HOC).How can it be?What can I do? I have checked everything, but didn't understand how device tokens can be equal. Thanks

Serd
  • 421
  • 1
  • 4
  • 13

1 Answers1

0

Ad Hoc builds will require your provider to use the production apns certificate and not the sandbox ssl certificate.

Reference: what kind of certificate do I need to test apns using ad-hoc distribution?

Community
  • 1
  • 1
keno
  • 2,956
  • 26
  • 39
  • Thanks, yes,i am using production certificate, i connected to APNS production server(not sandbox) successful, but notifications are not received. Device tokens on both AD_HOC and Dev provisions are equal.How can it be? – Serd Sep 23 '15 at 16:52