I'm developing an app for a client who has his own developer account with apple to be able to publish the app under their brand name. So far, I've been using my own account to provide them with preview versions of the app, using an App-ID I created on my account.
To upload the app to the store, I'll send my client an archived build of my app (see my earlier question on the matter) which he can resign using his distribution certificate and upload it to the store.
Now I'm wondering however which App-ID I'd have to use for this final build. To be more specific, questions that puzzle me are:
- Does my client need to create an ID which I need to use?
- If I keep using the ID I created on my account instead, would he be able to resign and upload the app at all?
- Is there a way to somehow transfer or share an App-ID between developer accounts?
- Are there implications regarding future updates to the app?
Thanks alot!!