B4ITutorialB4I
ITMS-91053: Missing API declaration
ITMS-91053: Missing API declaration
@Erel · 2024-03-28
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
B4ITutorialB4I
B4i Change Log (versions history)
B4i Change Log (versions history)
@Erel · 2024-01-10
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
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
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
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
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
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
B4ITutorialB4I
Installing B4i-Bridge and debugging first app
Installing B4i-Bridge and debugging first app
@Erel · 2022-09-18
B4ITutorialWidget [TOOL]
iWidget - add a today widget to your App [Tool]
iWidget - add a today widget to your App [Tool]
@JanPRO · 2022-09-18
B4ITutorialB4I
StoreKit2 - Server to Server communication with Apple servers - Clear purchases history for sandbox tester
StoreKit2 - Server to Server communication with Apple servers - Clear purchases history for sandbox tester
@hatzisn · 2022-08-27
B4ITutorialB4I
Third party antivirus interferes with b4i
Third party antivirus interferes with b4i
@bobbruns · 2022-08-10
B4ITutorialPush notifications
Push notifications
Push notifications
@Erel · 2022-06-21
B4ITutorialAudio/Video
VideoPlayer - Replaces VideoView
iUI8 library v1.50 includes a new VideoPlayer view. It replaces VideoView from iMedia library.
@Erel · 2022-03-27
B4ITutorialCertificate
Creating a certificate and provisioning profile
Creating a certificate and provisioning profile
@Erel · 2022-03-20
B4ITutorialGPS/location/maps
Location & GPS
Location & GPS
@Erel · 2022-02-16
B4ITutorialGPS/location/maps
GoogleMaps Tutorial
The iGoogleMaps library allows you to show a map inside your app
@Erel · 2022-01-30
B4ITutorialGoogle
Google Analytics
Google Analytics
@Erel · 2022-01-25
B4ITutorialB4I
Apple: Account deletion within apps required starting January 31
Apple: Account deletion within apps required starting January 31
@Sandman · 2021-10-06
B4ITutorialFile handling
List of methods to access external resources or share to external apps
There are all kinds of ways to share files with other apps or access external resources. Here is a short summary of the available methods.
@Erel · 2021-08-26
B4ITutorialInterop
Share data from your app with ActivityViewController
ActivityViewController allows the user to share data from your app using the standard share dialog. It was added in iPhone library v2.00.
@Erel · 2021-08-26
B4ITutorialB4I
Dummies Guide to Getting Started with B4i
Dummies Guide to Getting Started with B4i
@Falcon · 2021-08-11
B4ITutorialLogging/Exceptions
Reading the app logs directly on the device
Reading the app logs directly on the device
@Erel · 2021-07-29
B4ITutorialOS
Retrieve Apple Device UDID Code from Windows Registry
Retrieve Apple Device UDID Code from Windows Registry
@Star-Dust · 2021-07-23