iOS Question publish another app

FelixCusi

Member
Licensed User
Longtime User
Hi. Some time ago publish an app in the app store. Now I want to publish another app as it is done? Should the certificates be generated again? . I'm trying and I get an error in the id pack suffix. The error is that the suffix is already being used.
I'm a bit disoriented and I do not want the other app to stop working.

Thank
Felix
 

Yvon Steinthal

Active Member
Licensed User
Longtime User
I currently have two apps on the app store right now but...

I believe that if its a suffix error, there isnt much you can do aside from regenerating certificates with a wildcard. (.*)
If you dont want to do that, just make a new set of certicates i guess ?

I suggest you save all your certificates and do not reject any certificates on apple developper side when you try any certificate changes...

Others might be able to help more, but i know i would probably just end up having two sets of certicicates (which is not necessarily ideal).
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Should the certificates be generated again?
You can use a single production certificate for all your projects. Including in debug mode.

If your app id is an explicit app id (not ending with *) then you need to create a new app id and a new provision profile for your second app. You will need to create two provision profiles. One set as Ad Hoc for development and one set as Store profile.
 
Upvote 0
Top