B4i Question PIP video Play in Release Mode - Erel (first post)    Aug 04, 2024   (1 reaction) In debug mode, the debugger adds a request to keep the process running for a few more minutes. You can also do it with this code: https://www.b4x.-of-services-in-ios.130536/post-821810
However this is not the correct solution for background playback.
You need something like: https://www.b4x.-playb B4i Library iReleaseLogger - Read the logs in release mode - Erel    Oct 14, 2019   (13 reactions) iReleaseLogger combined with the desktop B4iLogger tool (written with B4J) allow you to monitor 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 o B4i Question [Solved] Tabstrip not working after "reloadPagerTabStripView" - Erel (first post)    Apr 03, 2022   (1 reaction) If you can run your app in debug mode then you can also run it in release mode. B4i Question Too slow compiling on simulator. - Erel (first post)    Mar 19, 2023 Release mode is available under Tools - Build Server - Build Release App, however it will be slower than debug compilation.
This error might be related to the process timeout. What do you see in the IDE when it happens? B4i Question (Solved) B4i Debug not working - Erel (first post)    Mar 25, 2020   (1 reaction) You are using an old device that is 32 bit. In release mode it creates binaries for both types of CPUs.
It means that B4i-Bridge will run the app after installation. Keep it checked. In the past it was faster to start the app yourself. B4i Question Installing the application on the customer's device - aminoacid (first post)    Feb 14, 2024   (2 reactions) In my opinion, this is the easiest way ...... The way I do it is get the customer's UDID. Ask them to get it from "get.udid.io" and send it to you. Add the UDID to the provisioning profile. Use B4I to build the (ad-hoc) release app. Upload the release app using OTA Deployer. Send the link from OTA B4i Question Release mode problem/question - Erel (first post)    Jan 10, 2021 No. It moves to the background. It might be killed at some point.
You can handle the B4XPage_Background event to log the user out.
I'm not sure that logging the user out immediately is the best idea. B4i Question Release mode compilation - Pendrush (first post)    Jan 18, 2018   (1 reaction) Go to menu: Tools -> Build server -> Build Release App B4i Question Error, application compiled with non store provision profile - Erel (first post)    Dec 07, 2022   (1 reaction) This is not really an error. It is completely fine to compile in release mode with non-store provision profile. It is only when you want to make a store build that you should use a store PP. B4i Question Too much time taking to load list item - gjoisa (first post)    Nov 05, 2024 In release mode it works . Debug mode , it takes more than a minute . Any workaround ? Page: 1   2   3   4   5   6   7   Powered by ColBERT |