How do you manage different platforms

DoguzDoguz Member Posts: 500

I currently keep a different project file for iOS Google and Amazon. But now I'm thinking of keeping just one and managing any differences like urls and leaderboard ids using a table. And changing just 1 integer before publishing to make all the required changes.

Because fixing bugs as they arise is becoming quite difficult.

Interested to know how people are doing it.

Comments

  • DigiChainDigiChain Member, PRO Posts: 1,288

    @ Doguz - yeah I currently have a separate project file for each platform too, but that's a great idea! Bug fixes, updates etc are always such a hassle. I'd never thought of doing it this way.

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408

    I usually create a few booleans in my project

    iPhone

    iPhone5

    iPad

    iOS

    kindle

    Android

    the first three are for moving things around with universal builds. the iOS/Kindle ones are to flag columns in a table used for gamecenter/gamecircle leaderboards and achievements and for the built in tweet sheet / URL tweeting. the android one is used for other stuff i can't remember. :)

  • DoguzDoguz Member Posts: 500

    Hey Jon can you tweet without using tweet sheet. Or did I read that wrong.

Sign In or Register to comment.