olanchuy
olanchuy

Reputation: 415

One Certificate for Multiple Provisioning Profile?

I have successfully build an ipa with one app(for development), but somehow after creating different project and build another new ipa I can't install the app directly into my device, it's installing then after it finishes it just gone suddenly. So I am wondering if this is caused by one certificate only for multiple provisioning profile?

Upvotes: 0

Views: 433

Answers (1)

abhishekkharwar
abhishekkharwar

Reputation: 3529

Its due to same Bundle Id and Provisioning Profile profile. Create different/unique Bundle Id for different project and Provisioning Profile also.

For more information please visit Apple's Document

Upvotes: 1

Related Questions