Is there a way to determine programmatically if the currently running app was built and signed for development only or whether it was built for distribution? And can one det
#if (DEBUG) #define SERVER @"aaaa.com/dev" #else #define SERVER @"aaa.com/pro" #endif
that's the way i distinguish the debug and release mode ,
but i have no idea for adhoc or production unless use the provision profile name