Hi , I have bellow code in a module :
also in Build Configurations I defined two configuration ( GOOGLE AND OTHER ) but when I try to call this sub ( GetShareLink ) always I get same result ( "https://cafebazaar.ir/app/..." ) even when I change the build configuration to OTHER OR GOOGLE I get same result , why ?
B4X:
Public Sub GetShareLink As String
#if GOOGLE
Return "https://play.google.com/store/apps/details?id=..."
#Else
Return "https://cafebazaar.ir/app/..."
#End If
End Sub
also in Build Configurations I defined two configuration ( GOOGLE AND OTHER ) but when I try to call this sub ( GetShareLink ) always I get same result ( "https://cafebazaar.ir/app/..." ) even when I change the build configuration to OTHER OR GOOGLE I get same result , why ?
Last edited: