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
RevenueCat
RevenueCat is a platform that simplifies in-app subscriptions and purchases for mobile apps. It provides tools for managing subscription billing, analytics, and user retention across iOS, Android, and web, without needing to build a backend. Usage is free for apps with less than $2,500 in monthly tracked revenue (MTR).
@Alexander Stolte · 2025-02-26
Alert view with options [ OK, Cancel]-Objective-C code
Alert view with options [ OK, Cancel]-Objective-C code
@jkhazraji · 2025-02-08
AS Alarm - Alarm clock or keep app active in the background
AS Alarm - Alarm clock or keep app active in the background
@Alexander Stolte · 2025-01-24
Debugging a B4i app with Xcode
Debugging a B4i app with Xcode
@Erel · 2025-01-23
KSCrash - simple and powerful crash reports framework
KSCrash is an open source crash reports framework: https://github.com/kstenerud/KSCrash . It is simple to use and looks like it works very good. The app collects the crash reports and tries to send them when the app is started again. There are several ways to send the crash reports, including sending to a http server and sending an email.
@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
Know if iOS device has cellular data capabilities
Know if iOS device has cellular data capabilities
@Filippo · 2025-01-19
SD: ScratchCard B4I
I created a new view / panel that simulates the effect of scratch cards. Create a panel from code that design and you can hook other views that will be visible after the user has passed the finger on the surface. It has all the properties of a panel and also returns the native panel.
@Star-Dust · 2025-01-14
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
iPhoneNumber - validate phone numbers
iPhoneNumber - validate phone numbers
@Erel · 2024-12-01
Flip View - 3D Flip Animation
Flip View - 3D Flip Animation
@Alexander Stolte · 2024-11-15
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
GameCenter
iGameCenter library provides access to Apple''s Game Center services. Currently only the leaderboard (high scores) feature is implemented.
@Erel · 2024-08-08
PIP Video Controller
I had the need to make an app that can play a video in Picture in Picture mode
@walterf25 · 2024-08-02
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
UserNotificationCenter class - Remove delivered notifications
UserNotificationCenter class - Remove delivered notifications
@Alexander Stolte · 2024-06-09
UserNotificationCenter class - Time sensitive notifications
UserNotificationCenter class - Time sensitive notifications
@Alexander Stolte · 2024-06-09
UserNotificationCenter class - Schedule Notifications
UserNotificationCenter class - Schedule Notifications
@Alexander Stolte · 2024-05-05
ITMS-91053: Missing API declaration
ITMS-91053: Missing API declaration
@Erel · 2024-03-28
Setting TextView links colors
Setting TextView links colors
@Erel · 2024-03-10
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
Forcing the app orientation at runtime [beta]
Forcing the app orientation at runtime [beta]
@Erel · 2024-03-03
Fix VideoPlayer control view not show on IOS >=16
Fix VideoPlayer control view not show on IOS >=16
@tuhatinhvn · 2024-02-29
Webview Pull-to-Refresh
Webview Pull-to-Refresh
@JohnC · 2024-02-21