Apple Certificate revoke

Viewed 88

I've 2 target one is Runner and another is OneSignalNotification. If I revoke OneSignal the Runner asks for revoke certificate If I revoke Runner Onesignal asks for revoke

Runner and OneSignalNotification are Target At a time only one works

How can I use same certificate in every single app and every target.

This issues starts when I clean up my unused certificates and I delete a working certificate unfortunately

1 Answers

To change the certificate, you must change the team and the bundle identifier. Changing one at a time will cause problems. Also, in Xcode press Command+, and go to accounts. Make sure that all of your account information is correct.

Related