objective c - How to maintain 2 different versions of an app on the iphone -


Is there a way to keep 2 different versions of the same app on the iPhone? One version produces real production and the second version is the development which I can use for experiments i.e. UI changes "post-text" itemprop = "text">

Xcode 4 allows you to create goals for your applications. You can find those useful I use to keep them a free version and the payment version of my app.

Each goal should have a separate bundle ID because it is a phone that uses to isolate individual applications. If you need a specific ID, (i.e. for push notifications, game centers or iads), I'm not sure about a sorry solution

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -