B4ITutorialB4I
ITMS-91053: Missing API declaration
ITMS-91053: Missing API declaration
@Erel · 2024-03-28
B4ISnippetEditText/Textview/TextArea/TextField
Setting TextView links colors
Setting TextView links colors
@Erel · 2024-03-10
B4ISnippetOS
Using OBJC to find the values of native constants
Apple documentation doesn''t list the actual values of the various constants. These values are needed when calling native methods with NativeObject. You can use OBJC code to log these values.
@Erel · 2024-03-10
B4ISnippetB4I [BETA]
Forcing the app orientation at runtime [beta]
Forcing the app orientation at runtime [beta]
@Erel · 2024-03-03
B4ISnippetAudio/Video
Fix VideoPlayer control view not show on IOS >=16
Fix VideoPlayer control view not show on IOS >=16
@tuhatinhvn · 2024-02-29
B4ISnippetWebView
Webview Pull-to-Refresh
Webview Pull-to-Refresh
@JohnC · 2024-02-21
B4ITutorialCertificate
Managing multiple certificates - provision files
This tutorial is only relevant after you were able to build and install B4i-Bridge
@Erel · 2024-02-07
B4ILibraryCalendar
iEventKit - Calendar events and reminders
iEventKit provides access to the device stored calendar events and reminders.
@Erel · 2024-01-17
B4ILibraryAds
Firebase + AdMob v3.00
Firebase + iAdMob v4.00
@Erel · 2024-01-11
B4ILibraryFirebase
Firebase + Facebook v2.0 - July 2019
(Deprecated) The four Firebase libraries and Facebook library were updated and are now based on the latest versions of the underlying SDKs.
@Erel · 2024-01-11
B4ILibraryFirebase
Firebase 2.50 - April 2020
(Deprecated) Firebase SDK, including Google Ad Mob, and the wrappers were updated.
@Erel · 2024-01-11
B4ITutorialB4I
B4i Change Log (versions history)
B4i Change Log (versions history)
@Erel · 2024-01-10
B4ILibraryAds
iAdMob
iAdMob
@Erel · 2024-01-04
B4ISnippetNotifications
UserNotificationCenter class - Schedule Notifications
UserNotificationCenter class - Schedule Notifications
@Alexander Stolte · 2023-12-13
B4ISnippetNotifications
UserNotificationCenter class - RemoveAllPendingNotifications
UserNotificationCenter class - RemoveAllPendingNotifications
@Alexander Stolte · 2023-12-02
B4ITutorialB4Xpages
B4XPages Tutorial Series
B4XPages Tutorial Series
@mcqueccu · 2023-11-15
B4ITutorialOS
Tip: on device logs
I''m not sure whether it is a new feature in iOS or I simply wasn''t aware of it, but it is a very useful one. Apparently you can access the crash logs from the settings app. This helps when you want to debug a crash that happens in a store / release distribution.
@Erel · 2023-10-19
B4ITutorialB4I [LOCAL MAC]
Upload ipa to Apple Connect without Application Loader [Local Mac]
Upload ipa to Apple Connect without Application Loader [Local Mac]
@aaronk · 2023-10-11
B4ISnippetOS
Apple pencil interaction
This inline code detects doubletaps on the Apple Pencil
@Blueforcer · 2023-09-14
B4ITutorialEmulator/VM
Local Mac Builder Installation
iOS compilation requires an Apple Mac computer. Developers have two options with B4i: - Use a local Mac machine connected over the local network. - Use our hosted builder rental service. These instructions explain how to install the builder on a local Mac machine.
@Erel · 2023-09-05
B4IToolB4I
Bal2Bil
This is a small command line tool that converts B4A layout files (bal files) to B4i layout files.
@Erel · 2023-08-03
B4ITutorialFirebase
Firebase Integration
B4i v2.80 (currently in beta) adds support for Firebase backend: https://firebase.google.com The libraries are mostly the same as the B4A Firebase libraries.
@Erel · 2023-06-26
B4ITutorialFirebase
FirebaseNotifications - Push Messages (server not required)
Firebase Notifications service makes it relatively easy to send push messages. Integrating Firebase: https://www.b4x.com/android/forum/threads/firebase-integration.68623/ Push messages in iOS requires some configuration.
@Erel · 2023-06-26
B4IClassPicker
InputList
InputList for B4I
@Star-Dust · 2023-06-01
B4ISnippetEncryption [GPT-4 EXPERIMENT]
RSA - Encryption and key generator [GPT-4 Experiment]
RSA - Encryption and key generator [GPT-4 Experiment]
@jtare · 2023-05-15
B4ITutorialB4I
How to Install B4i Bridge when you have a new device and an exisiting B4x user and get Integirty not verified.
How to Install B4i Bridge when you have a new device and an exisiting B4x user and get Integirty not verified.
@llama · 2023-05-10
B4ILibraryPrint
iSD BLE Printer
Print with Iphone (and iPad) with Bluetooh (BLE). At the moment I can not print the images, but I''m working on it. If you want to have the activation code (Freeing all the functions) contact me in private.
@Star-Dust · 2023-05-07
B4IClassPDF [CLASS]
PDFView [class]
Custom view that shows PDF files, including password protected files.
@Erel · 2023-05-02
B4ISnippetFile handling
Make your app files accessible with Files app
With this code, all files in File.DirDocuments will be accessible from the Files app (and iTunes as well).
@Erel · 2023-04-27
B4ITutorialB4I
iPhone X Safe Area
The screen area near the top and bottom are considered unsafe. Meaning that you shouldn''t put anything important on these areas as they are less accessible or partially hidden. You can use the new Page.SafeAreaInsets property to find the four required offsets and adjust the content layout. Page.SafeAreaInsets returns a Rect object. Don''t treat it as a rectangle. Treat it as a set of four offsets.
@Erel · 2023-02-15