ffritz
ffritz

Reputation: 2261

Which method of export for Testflight?

I have the problem that push notifications do not get delivered with an app I am testing with external testers via Testflight. Several posts point into the provisoning profile / certificate direction, which need to be set to the distribution ones.

I am using xCodes automatic signing, and when archiving and exporting, which option am I supposed to chose for exporting it for testlight?

enter image description here

Upvotes: 5

Views: 2984

Answers (1)

Bilawal Baig
Bilawal Baig

Reputation: 332

First option will do. And make sure you're sending Push Notifications with correct certificates. Debug Mode and Release Mode should be handled separately. Sending Push Notifications to testflight/store build will need Production Certificates, and use Development Certificates otherwise.

Hope it helps!

Upvotes: 9

Related Questions