I'm currently developing an iOS app and I want to use TestFlight to deploy the betas. One of the requisites is that I must register the app bundle id in my apple dev account.
The final release of the app will be managed for the customer, so will be uploaded to theirs apple account.
Are there any concerns or troubles if I register the bundle app id in my account first, for testing purposes? Will the customer be able to publish the same app using her account? I think this is a very common scenario, could you provide some alternatives or workarounds to accomplish this?
Thanks!