I am thinking of starting doing small iOS projects with the help of my local University, however I am confused about a few things.

I know StackOverflow is only for 1 question, but the questions I have are related and I'm hoping it will not get down-voted because of this.

  1. When making iphone apps for third party clients, are you registering the apps under yourself (as an Apple developer program under Individual/Company), or do you register the client themselves via the Apple developer program?

  2. When making iphone apps for third party clients, do you specifically require a specific developer license aimed for this market?

  3. I've been told when you register for a developer account you need to fill in a US tax form to say you are based outside of the US territories, etc.

Would this need to be done for every client? Or is it their responsibility to do? How do you inform your client what US tax form to fill in and all the other responsibilities that come with this?

Any help on this would be most appreciated, also -- if there is a resource answering these kind of questions more thoroughly that'd be great too.

Thank you.

link|improve this question

80% accept rate
This is a great question. – anon271334 Mar 28 '11 at 10:22
feedback

1 Answer

up vote 4 down vote accepted

When making iphone apps for third party clients, are you registering the apps under yourself (as an Apple developer program under Individual/Company), or do you register the client themselves via the Apple developer program?

If you sell them the app they should create an account. It's their app. If they trust you enough they can give you the login credentials. Or you help them to upload the app.

No company wants their app in the store under the account of the developer. They usually want to see their own company name and not the name of the developer. Nobody searches for "John Doe" (the developer) if they want to find the app of AwesomeCompany.

And if they would put their apps into your account each month you have to calculate the revenue from each app and transfer them the money. Most likely you don't want to do that. And there will be the day when they say you are ripping them off and they want access to the real raw numbers in the itunes connect interface on their own computer.
And then you have to disclose all sales numbers from all apps you created.

And you probably don't want to disclose all apps you did in your whole developer life.
You may lose some clients if they know that you wrote the Kamasutra app, or the app for the republican party.

You probably won't be able to brag with your developer account full of awesome apps.
As a developer you don't get much fame. The companies get the fame for the great apps people like us made. But nobody knows our names. But we know who we are ;-)

When making iphone apps for third party clients, do you specifically require a specific developer license aimed for this market?

There are exactly two licenses. One for in-house-deployment and one for app-store-deployment. With the first one you can't deploy to the app store, with the last one you can't deploy inhouse.
An in-house-app can only be used by people that work for the company that has the enterprise account. For example an insurance company that has a app to get insurance details about their clients. This is an in-house-app. The app is not available for everybody, you can't buy it in the app store.
And I guess everybody knows what an app store app is. You have to get it from the app store. There is no way to get it without apples approval.

Just get the individual developer account for yourself. If you have founded your company already you can of course get the developer account for companies. But most likely right now you are alone (don't need the team features of the company account) and don't have the papers to show apple that you are a real company.
If you are a sole developer get the individual account. This is the easiest and fastest way, you just need a credit card. No need to prove anything.

I've been told when you register for a developer account you need to fill in a US tax form to say you are based outside of the US territories, etc.

Can't remember that I filed a form for US tax. If I did I did it online. No big deal.
The only things I (snail) mailed to apple was the japanese tax form and the marketing material license (so I was allowed to use the "Available in the app store" logo).

But these are easy to understand forms, no need to contact a lawyer or something like that.
If you can develop an app you are intelligent enough to fill them out on your own.


But you can (and should) develop everything with your own account. When your app is (almost) ready your client can create an account.
No need to have the account ready when you start developing. You can add 100 devices to your provisioning profile. Enough to install your app on your clients test devices.

link|improve this answer
This makes the most sense and is relevant to my situation. ie. I am a sole developer, I'm wanting to make apps for other clients but got confused as to who/what developer program I'm meant to be registering and for whom as well as when. When you say developing in-house is not allowed for the company account, I am confused by this. Are you saying if you make a game that you made in-house and want to sell on the app store you couldn't because a) it was made in-house and b) you have a company account? – zardon Mar 28 '11 at 11:05
no. in-house means the app is only used by the employees of the company. Like a insurance company that has a special app that is only used by them. In-House-Apps don't appear in the app store. – Matthias Bauch Mar 28 '11 at 11:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.