I am able to debug iOS app (developed in Xamarin.iOS) with Distribution profile. However Xcode does not support debugging with Distribution profile. As per Apple docs debugging is not supported via distribution profile. How is Visual Studio supporting this ? Is this an expected behaviour ?
There is a clear distinction between Debug
and Release
in Xcode. However, in the VS,Debug
and Release
just two configurations predefined by the system.
You can change the settings as shown in the image below . Right click your project->options
.
That is to say, it has nothing to do with your certificate(distribution or development).You can view it as product feature .