How do you manage different platforms
Doguz
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
@ 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.
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.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Hey Jon can you tweet without using tweet sheet. Or did I read that wrong.