vote up -1 vote down star

Hello,

We're considering having Codeweavers "wrap" our windows applications so that they run on the mac and linux. Obviously we'd need to balance the cost outlay with increased revenue, to make the project worthwhile. The question is, how much of an increase in revenue can we expect by adding mac support?

Thus, my question is - if you're a developer who has added support for OS X to your windows application, whether through codeweavers or any other means, did it pay off? Approximately how much did your sales increase? Was the end result worth the extra time and energy?

Edit: At least one answer has suggested that we build the application "properly" for OS X using the cocoa libraries, etc. Unfortunately, doing so would be commercial suicide for us. It would take us at least 6-12 months to do so, which would mean 6-12 months where we aren't innovating on the windows version, which is our bread and butter.

I understand that mac users like to be picky about this sort of thing - but in this case, it's either a ported version of the application, or no application at all.

flag

79% accept rate
3  
This is a subjective and argumentative question if I have ever heard one. How would determine the right answer between someone saying it was worth it and another person saying it was not? Only you can make that determination based on the app, potential market, potential revenue and actual costs. And, if you say you are trying to gauge a general sense of things, that makes this a poll type question. – Sinan Ünür Oct 29 at 21:08
If there are a mix of people saying that it was or wasn't worth it, or if everyone has a consistent "was worth it" or "was not worth it" answer, that's useful information. I don't care about answers like "Yes, it increased our revenues by 8.4872%" - I'm interested in the experiences of people who've done it, since I can't find any other source data. – Colen Oct 29 at 21:11
2  
There's no way we can do a market analysis for you. Especially if you don't even tell us what your app does. – Scott Saunders Oct 29 at 21:11
2  
This isn't a programming question, it's a marketing question. And how do you expect to get any sort of objective answer without even describing the application or the market space or the potential competitive applications?? – Ned Deily Oct 29 at 21:13

closed as not a real question by Sinan Ünür, John Rudy, Bob Aman, Barry Wark, Tim Oct 30 at 0:18

4 Answers

vote up 2 vote down check

The look-and-feel of CodeWeavers ports seems to be a mishmash of the two platforms: the menu bar is Mac, and the windows and all of their contents are Windows.

It's possible to make a ton of money with a less-than-perfect Mac port like that if you have a captive market with absolutely no alternatives - we did that with Mac AutoCAD twenty years ago. You can also lose your shirt if there's viable, Mac-native competition. Intuit may be facing that with the next version of Quicken for the Mac, which cuts so many important features, customers are rapidly deserting it for what had been second-tier programs like Moneydance, Moneywell, and iBank.

Here's a back-of-the-envelope calculation. In the US, about 10% of new PCs sold are Macs. Let's discount Linux, and assume all the rest are Windows computers, so there's one Mac sold for every nine Windows boxes. Let's also assume 3/4 of your potential Mac customers are personally offended by the un-Macishness of your CodeWeavers port and won't buy it. So if those assumptions are valid, you'll sell one copy on the Mac for every 36 copies on Windows. Will that pay for your CodeWeavers port?

Here are a couple more things to consider. Macs tend to have a longer viable lifespan than Windows boxes, so the percentage of Macs in use always has exceeded the platform's percentage of new unit sales. Also, numerous reports indicate that on average, Mac owners have higher educational levels and incomes than their Windows counterparts, and buy and use more software.

Really, though as others have said, it's difficult to say much without knowing more about what your software does, who it's aimed at, and how much it's likely to sell for.

link|flag
vote up 7 vote down

If you use this technique to build OS X applications, you better be writing an application that is both critical and for which there are no competitors on the platform. Because Mac users will hate it, and avoid it as best they can.

If you're going to build a Mac application, do it right. Write it in Cocoa with Objective-C or some language that has a good binding to Objective-C. Anything else will result in an extremely unpleasant user experience that no one will want to use.

That said, Mac users tend to actually pay for stuff. Cost isn't as big a deal for Mac users, so you get disproportionately high sales figures compared to the size of the install base.

link|flag
Clarification added to question. – Colen Oct 29 at 21:08
I'd probably pick no application at all. Unless your application falls into one of the exception areas (say, you're the top dog in the space, and people have a clear business dependency on you) it's just not worth it. Mac users won't pay for crappy software unless they have no choice, and a direct port will be crappy software, guaranteed. – Bob Aman Oct 29 at 21:15
vote up 2 vote down

I think there are maybe two possible exceptions: scientific software and games.

The first probably falls under the "critical and few competitors" category.

IMHO, there are a number of good companies for porting Windows games to Mac with excellent track records. Depending on your target audience, Codeweavers may work beautifully for a Windows game.

link|flag
You're kinda right about the games thing. I play two games on the Mac. One is a port, the other was written from the ground up to be cross-platform. The port is buggy, constantly ends up with the wrong bits of textures in the wrong places in video memory, and other assorted artifacting. The cross-platform game is seamless and actually runs better on the Mac than on Windows. I typically boot into BootCamp to avoid playing the port. That said, I'm glad they ported the game to the Mac, even though the port sucks. – Bob Aman Oct 29 at 21:19
vote up 0 vote down

Why don't you ask your customers? If there is sufficient demand for a Mac port, it will be economically viable (and thus worth your time and effort). If there is not sufficient demand, it's not worth it. Rather than starting with technical solutions, I suggest you start with market analysis.

link|flag

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