xcode - Should I being using one project with multiple targets? -


i building several different video poker apps. 1 app jacks or better version of video poker. others include deuces wild, royal aces, 10's or better, etc. i've built royal aces version , want make 10's or better version. should using royal aces project , setting different targets other poker versions? since reusing 95% of of code, want simple way of doing this.

if should using different target each type of video poker app, i'm assuming each target can have it's own: bundle id, app name, etc. way can archive each video poker target separately , upload each separate binary.

am correctly understanding how can use different targets? correct way , efficient way of accomplishing task?

first note apple tend frown on having many versions of appears same app, , may start rejecting apps after awhile (which can frustrating once you've started down route). may have smoother sailing if bundle game differences data (rather code), , sell them in-app purchases rather individual apps (or focus on ad revenue instead, , use number of games differentiator rather sales revenue).

that said, it's app, let's question.

multiple targets fine, , convenient kind of setup. things you'll want do, though:


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -