As can be seen here there are different configurations available:
-Debug
-AdHoc
-Release
-AppStore
Which bundle signing option do you use for each? These are the ones I currently use:
-Debug: Automatic
-AdHoc: Ad-Hoc (Automatic)
-Release: Automatic
-AppStore: my created distribution profile
Except for debug I always create an ipa file (iOS IPA Options). How do you do that?
What is the difference between Release and AppStore configuration? What is used for what?