Hiding text using server when splash screen loaded #3783
-
Hello guys.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
server url is not meant to be used in production apps, only for development for pointing to live reload servers. The toast with the url should only appear when you run a debug build (when you run from Android Studio/Xcode), if you build and install a release build then it won't appear. So not sure what you mean by "build for production", but doesn't look like you are running a release build. |
Beta Was this translation helpful? Give feedback.
server url is not meant to be used in production apps, only for development for pointing to live reload servers.
The toast with the url should only appear when you run a debug build (when you run from Android Studio/Xcode), if you build and install a release build then it won't appear. So not sure what you mean by "build for production", but doesn't look like you are running a release build.