Manikandan D
Manikandan D

Reputation: 1442

iOS Developer and Distribution certificate

I am new to iOS development and developing my project with APNs support. I used both Developer and Distribution certificate in my project its working fine.

While changing my certificate that I need some configuration in my server from APNs_sandbox to APNs_live API because APNs_sandbox work only in Developer Certificate as we known.

My Question:

Q1) Is it possible to install my app using Distribution certificate without using test flight and with my cable.

Q2) How could I solve this problem.

Upvotes: 0

Views: 113

Answers (1)

Karlo A. López
Karlo A. López

Reputation: 2668

Theres no way to test your app directly into your device with the distribution certificate, you need to use testflight or generate an adhoc distribution and install your app in an adhoc way only to test the push notifications.

Please read this answer to get more info about adhoc testing/distributon.

Hope it helps.

Upvotes: 2

Related Questions