How can i know if app is running in Debug build or...
# multiplatform
v
How can i know if app is running in Debug build or Release in Android and iOS ?
r
My solution was an expect/actual implementation of an interface, iOS constructs it via a flag determined by #debug macro, Android checks build config
v
how to do this on iOS side? Did not understand this #debug macro
r
fastest is to ask chatgpt 4o to prepare an expect actual implementation of an interface using the debug macro on iOS
v
Thanks