views:

12

answers:

0

I have an iphone app that consumes a web service. i have a dev version and a prod version of that web service. i use the dev version when the active configuration is set to debug and i use the production one when the app is set to distribution. is there a way to know the active configuration value in order to use the proper url of my web service ? instead of changing it manually every time i compile for the different distribution

Thanks