How does `exp build:ios` certificate process work for multiple standalone apps?

Hey gang,
I just started my second standalone expo app (loving the platform).

When I ran exp build:ios from the second one, it wanted me to go through the certificate creation process for the second app again, even though for my first app the certificates still work.

Do I need to create a new certificate for each app I make? I know I can’t have more than two, so this is quite limiting.

What is the recommended workaround for this? Is there a way to use one certificate to sign multiple standalone apps?

hi @jpteasdale, afaik you can choose the upload my own certs options in exp build:ios and submit your existing certificates. You will also have to create your own provisioning profile, and this can be done using fastlane: sigh - fastlane docs

cc: @edgar

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.