Tommy Xu
Tommy Xu

Reputation: 11

I don't have a company, how to fill in organization name in Xcode?

I just want to build up apps by myself in Xcode, I am now a student, I don't own a company, but when I when to create a new project, I have to fill in the bar called "Organization name", since I don't run a company now and I don't want to set a company name randomly because I don't want to cause any troubles related to it. How to fill in the name of a company here in Xcode??

Upvotes: 1

Views: 3244

Answers (1)

Saheb Roy
Saheb Roy

Reputation: 5957

This is just for some documentation purpose for the Product or APP Bunldle ID of the application when later on you get to publish the application, you get to give the same Bundle id that is of your application, which in term is autofilled by reverse DNS process. Eg - com.yourOrganizationName.applicationName. This is the bundle id of your app which makes your app unique. Right now you can give it whatever you want. So your application would have a ID of com.WhatEverYouWant.yourApplicationName. This is of significance only when you have a developer account and you want to publish your application.

Upvotes: 2

Related Questions