iOS Question No problem with debug but timeout with build release

tufanv

Expert
Licensed User
Longtime User
Hello

I can use my application with debug with remote server but when i click build release app it always timeouts. How can i fix it.

ty
 

tufanv

Expert
Licensed User
Longtime User
sending data to remote compilor part.
it takes around 40 second and my timeout setting was 30 second. I increased it to 60 second now works. I think my upload speed is slow so it takes some time with 3mb of files.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
When you compile in debug mode it doesn't send the asset files to the builder. The files are sent (when needed) from the PC to the device directly.

In release mode it sends everything to the builder. I plan to make it "smarter" in the future to make this process lighter and allow the builder to reuse existing files if they haven't changed.
 
Upvote 0
Top