1.

Bob developed an iOS application, uploaded on store successfully. Since he is working for client XYZ, he chooses bundle-id  com.xyz.appName for this music application. But the later name of the organization changed now the client wants to update bundle-id too.What are the possible ways to handle this?

Answer»

As iOS developers we know, BUNDLE ID is a string that UNIQUELY identifies an application in the app store. So while DEVELOPING the app we have to choose unique bundle-id for our app. Apple recommends REVERSE domain name for this, like com.yourCompany.yourApp

For the above scenario. As apple guidelines say, once your application successfully uploaded to store, you can’t change the bundle ID later.  So always make sure that you choose a bundle identifier that makes SENSE for the project and the owner.



Discussion

No Comment Found

Related InterviewSolutions