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... a reference to iReleaseLogger and iNetwork libraries.
2. Add this code to your app (with the desktop ip... B4i Question IreleaseLogger no longer works ? - marcick    Jan 16, 2018 .a(iReleaseLogger.o)
"_OBJC_CLASS_$_B4IUDPSocket", referenced from:
objc-class-ref in libiReleaseLogger.a(iReleaseLogger.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker... B4i Question ireleaselogger not getting logs - tufanv    Dec 13, 2016 .
Dim rl As ReleaseLogger
rl.Initialize("192.168.0.102", 54323)
I have this in my app... B4i Tutorial Reading the app logs directly on the device - Erel    Jul 29, 2021   (6 reactions) iReleaseLogger was built to allow reading the logs in release mode: iReleaseLogger - Read the logs in release mode It sends the logs to the PC, over the local network. There are however cases... app. It depends on iReleaseLogger, which is based on private APIs so don't submit your app.... Add a reference to iReleaseLogger and iNetwork. 3. Add this code at the end of Main: Private Sub...(TextViewLogs .Text.Length) End Sub #if OBJC @end @interface b4i_main (logger) <B4ILogger> @end... B4J Tutorial [example] [B4X] Control the desktop with your phone - Erel    Dec 2, 2015   (34 reactions)   tags: control desktop android, Article-10, Remote desktop control information related to the firewall: https://www.b4x.com/android/forum/threads/ireleaselogger-read-the-logs-in-release-mode.51164/#content
An extended version that works over UDP, TCP or MQTT... B4i Question #BridgeLogger in B4I - Alex_197    Nov 21, 2020 Hi all.
In B4A we can user #BridgeLogger: True for logging in Release mode. But what to use in B4I?
I read this thread iReleaseLogger but in Notes I found this
Do not try to upload your app with iReleaseLogger library included to the App Store. It will be rejected.
Does it mean that I need to... B4i Question Error upload App to Appstore Connect ( Hosted Builder ) - MarcoRome (first post)    Jun 11, 2025   (1 reaction) Yes.
I had removed the iReleaseLogger code, but not the library. Solved
Thank you very much @Erel
See late... B4i Question Geting error uploud ipa - Erel (first post)    Aug 8, 2025   (1 reaction) __NSSetLogCStringFunction this does look related to iReleaseLogger or a debug build.
Are you sure that you are making a store build? Post the compilation window text.... B4i Question Error Uploading ipa file to apple store - f0raster0 (first post)    Jan 10, 2025   (1 reaction) No 100% sure but I remember reading somewhere,
Try to remove iReleaseLogger
or maybe you updated a debug build..... Bug? Libraries checkboxes not updated when source is changed on disk - Sandman    Aug 24, 2018 I branched my source and did some small tests, and while doing that I enabled iReleaseLogger and iNetwork. When testing was done I rolled back to an earlier commit, and the source in the IDE changed back to how it was at that time - just as expected. However, iReleaseLogger and iNetwork was still checked in Libraries. So I'm guessing that there's a small bug where that part of the UI isn't updated the same way as the source code is. (I didn't check this in B4a, but I imagine... Page: 1   2   3   4   5   6   7   |