Please help me with this issue.I have to run my application in debug mode with one api starting with and in release mode I have to run another api starting with.
In debu
Let's try:
#ifdef DEBUG #define LINK_API @"LINK THAT YOU WANT" #else #define LINK_API @"LINK THAT YOU WANT" #endif