Hi,
I have an android app with the following
post.SetRequestHeader("Authorization", authorizationHeader);
Which works perfectly when I build with ‘Development Build’ option, but the header is not set when I run the same exact code on device with ‘Development Build’ off.
Any help is greatly appreciated.