B4i Library iReleaseLogger - Read the logs in release mode - Erel    Oct 14, 2019   (13 reactions) the app logs in release mode. This is useful when you encounter an error that you are unable to reproduce in debug mode.
The release logger sends udp messages which the desktop logger prints.
Depending... B4i Question PIP video Play in Release Mode - walterf25    Aug 4, 2024 ) Mode, what I didn't realize is that it only works when running in debug mode, I recently tried building a release build and to my surprise the video doesn't continue playing after the home... B4i Library [tool] OTA Deployer - Easily distribute your app to beta testers - Erel    Jun 11, 2025   (20 reactions)   tags: OTA Deployer This is a tool for developers who use the hosted builder. With this tool your beta testers can install your app over the air by clicking on a link. In order to distribute your app you need to follow these steps: 1. Add the beta tester device UDID to the provision file and download the updated file. 2. Compile your app in release mode, using the development certificate. 3. Download the archive with Tools - Build Server - Download Last Built. 4. Open archive.zip and extract the ipa file. 5. Run... B4i Question Testing apps in Release mode without going through the store? - Alessandro71    Sep 26, 2021 How do I load a release build to my test device?
Actually I'm using these sequence:
"Build release app"
"Download last build"
"Upload to iTunes connect"
and then... B4i Question [Solved] Timeout with distribution and appstore certs in release mode - schimanski    May 11, 2021 I'm using hosted builder and since yesterday, i got always a timeout when compiling in release mode with the distribution and appstore-certs.
No problem under developing. Did something change? I tried it with the first and secondary builder.... B4i Question App runs in Debug mode but not in release mode - ilan    Jan 10, 2020   (1 reaction) EDIT: my app is crashing immediately when it runs in release mode but in debug, it runs fine.
it also looks like the install of the app after build runs to fast like it does 1/4 of the loading circle... B4i Question UDP sending error data in Release mode - Mike1970    Apr 13, 2020 this code on an iPhoneXR and it works in debug and also in release(last os version)... i tried the same code on an iPhone6 but when it is in release it doesn't work
I need to send a packet, and... B4i Tutorial Publishing your app to the App Store - Erel    Mar 11, 2020   (8 reactions) is to uninstall your app from the device and install it again in Release mode (Tools - Build Server - Build Release App). This is an important test. Similar to the test Apple will run. Make sure to also test it with airplane mode on. The certificate used at this point should be the same non-store.... Add code similar to this to select the new store certificate when the app is compiled in release mode: #If RELEASE #ProvisionFile: store.mobileprovision #END IF 4. Compile your app in Release... B4i Question B4i in release mode doesn't update labels or other UI elements - ema01 (first post)    Jul 25, 2024   (1 reaction) Of course.
But i solved the problem: I had some custom widgets that had Base_Resize implemented. Bas... B4i Question Long Polling: bad performance in release mode - JanPRO    Jul 11, 2018 of this thread.
Here is my problem: In release mode the performance of the web requests... nearly in real time. But at some point in release mode, the requests seem to "get stuck" and no... Page: 1   2   3   4   5   6   7   |