This is a simple question but I want to make sure I'm right in using directives anywhere I want in my code. Can I use an #IF RELEASE block absolutely anywhere in my code? Here's a particular example:
B4X:
#IF RELEASE
If iAppStore.CanMakePayments = False Then 'Apple billing...