Reputation: 7748
When submitting an iOS app to iTunesConnect for internal testing, do I need distribution a certificate or development certificate?
I want to use PushNotification so I want to know if I have to configure certificate for distribution, or development is enought for internal testers.
Upvotes: 0
Views: 225
Reputation: 36139
You need a distribution certificate and an AppStore provisioning profile. From the TestFlight Beta Testing documentation:
Important: In order to use iTunes Connect for TestFlight beta testing, you must submit your app using the latest App Store Distribution profiles that contain the beta entitlement. To regenerate your App Store distribution profile, visit the Member Center; read Beta Testing Your iOS App in App Distribution Guide.
Upvotes: 1