Can you use 1 project for iPhone/iPad/Android?

You must Login before you can answer or comment on any questions.

It looks like I need to have two projects to support this yet outside the project files, it is almost all the same?

Is there a way in 1.4.1.1 (Developer 1.2.1) to have a single project for all these devices?

If not, is there a recommended way to share code between the applications?

Thanks!

1 Answer

Accepted Answer

Craig,

Currently you need a separate project for iPad and iPhone, although there is a workaround you can use which has been posted here few times before, you will need to remember to have lots of if statements making sure you are not calling iPad functionality on the iPhone, and visa versa.

iPhone and Android can share a common project, the OilReporter app is a good example of a cross platform app.

Hopefully that helps you out.

Cheers, angus

Your Answer

Think you can help? Login to answer this question!