Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple's TestFlight and Push Notifications

I'm working on an app and testing it with my partners via Apple's New TestFlight. I've never had issues with the old TestFlight system but now all of a sudden if I install the app via USB Cable & Xcode notifications come streaming in.

However if I install via Apple's TestFlight notifications never get delivered.

I'm using Parse for notifications and again have never had any problems. Anyone else have any issues or advice? Pretty frustrating.

like image 864
krut Avatar asked Mar 27 '15 23:03

krut


1 Answers

Ok. Well it would seem that Apple's New TestFlight considers any version pushed "production". Therefore you must have a production certificate generated as well. Best best is to use an AdHoc Provisioning Profile which will use the production push certificate. Don't use a Development Provisioning Profile with a Development Push Certificate.

The more you know...

like image 190
krut Avatar answered Sep 28 '22 07:09

krut