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
B4ILibraryAds
iAdMob
iAdMob
@Erel · 2024-01-04
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
B4ISnippetDate/time
PFDateTimePicker Scroll View iOS Library
PFDateTimePicker Scroll View iOS Library
@Asad · 2023-01-20
B4IClassNFC
NFCEx class - Write Ndef tags
Starting from iOS 13 it is possible to write Ndef tags. NFCEx adds writing support to iNFC library.
@Erel · 2023-01-11
B4ITutorialB4I
multiple modes in plist
I wanted my program to run in the background. (Ios requires an addition to the plist, android requires addition to the manifest) It includes both location and audio. You can find out how to do both here.
@bobbruns · 2022-12-24
B4ITutorialFile handling
Open external files with your app
Many applications that deal with files show a standard file handling dialog. One of the options in this dialog is to open the file with another app. This tutorial explains how you can add your app to this list and then open the file. For example you can use this to open CSV files received by mail in your app or from Dropbox app (useful for debugging this).
@Erel · 2022-12-19
B4ITutorialB4I
New iOS device - This app cannot be installed because integrity could not be verified
New iOS device - This app cannot be installed because integrity could not be verified
@Erel · 2022-12-01
B4ISnippetOS
Get iPhone Model
Get iPhone Model
@Emme Developer · 2022-09-30
B4ISnippetOS
New Get iPhone Model
New Get iPhone Model
@Filippo · 2022-09-29
B4ITutorialB4I
Installing B4i-Bridge and debugging first app
Installing B4i-Bridge and debugging first app
@Erel · 2022-09-18