0

I have a short and perhaps easy-to-answer question.

I am done with my IOS app that contains push notifications.

What certificate should I build the distribution app with (export to .p12 and use)? Right now I have two.. one called:

"iOS Distribution"

And another called:

"Apple Push Services"

I have tried with both. But only iOS Distribution Cert works.

The other one gives me this error:

Error - Certificate doesn't match profile: The default keychain doesn't have an identity matching

So the big question: Should I use the Apple Push Service cert - and did I do something wrong along the way since its not working?

Or should I use the IOS Distribution cert?

code11
  • 1,986
  • 5
  • 29
  • 37
Mads Andersen
  • 139
  • 10
  • 1
    You should iOS distribution cert to create the build. Apple Push Service cert is only for push notification(Not using for creating build). On your provisioning profile push notification should be enabled. – Nijil Nair Nov 03 '16 at 15:18
  • Thanks alot!. That's the answer I was looking for. – Mads Andersen Nov 04 '16 at 09:40

0 Answers0