Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which method of export for Testflight?

Tags:

xcode

ios

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

like image 641
ffritz Avatar asked Jul 01 '17 21:07

ffritz


1 Answers

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!

like image 187
Bilawal Baig Avatar answered Sep 18 '22 22:09

Bilawal Baig