In App subscriptions with RevenueCat and AS_PremiumSummary [Videos]
How to create subscriptions in the Apple Developer console, how to link them with revenuecat, how to integrate the B4X-RevenueCat SDK in the app and how to present the whole thing to the customer in the app
@Alexander Stolte · 2025-02-26
Debugging a B4i app with Xcode
Debugging a B4i app with Xcode
@Erel · 2025-01-23
Viewing Automatically Submitted Crash Reports in Xcode Organizer
Viewing Automatically Submitted Crash Reports in Xcode Organizer
@Alexander Stolte · 2025-01-23
B4i Change Log (versions history)
B4i Change Log (versions history)
@Erel · 2024-12-04
Adding ApplePay payment method to your app
Adding ApplePay payment method to your app
@Modern_Digital · 2024-12-02
Installing apps with Apple Configurator 2
Starting from B4i v7.20 (currently in beta) it is possible to install apps, when the iOS device is physically connected to a local Mac, using Apple Configurator 2. This is an alternative to the standard over the air installation.
@Erel · 2024-10-15
Restore factory settings on a locked iPhone device
Restore factory settings on a locked iPhone device
@hatzisn · 2024-10-15
Notifications with actions
It is possible to add a list of actions to the push notifications. The list becomes visible when the user 3d touches the notification or drags it with two fingers. Note that it is an iOS 10+ feature.
@Erel · 2024-09-18
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 · 2024-09-16
Creating a certificate and provisioning profile
Creating a certificate and provisioning profile
@Erel · 2024-09-12
Get screenshots for all iPhone devices for free and easily for use in AppStore
An easy usage guide for creating screenshots for AppStore Presence
@hatzisn · 2024-07-04
ITMS-91053: Missing API declaration
ITMS-91053: Missing API declaration
@Erel · 2024-03-28
Managing multiple certificates - provision files
This tutorial is only relevant after you were able to build and install B4i-Bridge
@Erel · 2024-02-07
B4XPages Tutorial Series
B4XPages Tutorial Series
@mcqueccu · 2023-11-15
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
Upload ipa to Apple Connect without Application Loader [Local Mac]
Upload ipa to Apple Connect without Application Loader [Local Mac]
@aaronk · 2023-10-11
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
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
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
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
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
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
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
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
Installing B4i-Bridge and debugging first app
Installing B4i-Bridge and debugging first app
@Erel · 2022-09-18
iWidget - add a today widget to your App [Tool]
iWidget - add a today widget to your App [Tool]
@JanPRO · 2022-09-18
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
Third party antivirus interferes with b4i
Third party antivirus interferes with b4i
@bobbruns · 2022-08-10
Push notifications
Push notifications
@Erel · 2022-06-21
VideoPlayer - Replaces VideoView
iUI8 library v1.50 includes a new VideoPlayer view. It replaces VideoView from iMedia library.
@Erel · 2022-03-27