ios

  1. J

    iOS Question Ios Apps crashing

    I have apps that are released and working. The last compilation was done about 4 months ago. I had to update these apps and just found out that I cannot get a compiled version of any that works. I tried to compile the apps without any changes. They compile but crash at execution with no logs...
  2. G

    iOS Question 5.2.3 - Legal app rejected

    Hello, I have in the App Store one of the first radio apps created for Apple and due to various problems I had to upgrade it since 2017. In the last two years I worked hard and designed the app from scratch, I released it on Google Play where there was no problem and the app is in the Play...
  3. walterf25

    iOS Question PIP video Play in Release Mode

    Hi All, I recently shared this project that allows you to play a video in PIP (Picture in Picture) Mode, what I didn't realize is that it only works when running in debug mode, I recently tried building a release build and to my surprise the video doesn't continue playing after the home button...
  4. N

    iOS Question Is There anyway to keep application data after re-installing an (iOS) application

    Hi Community, I'm facing a big issue: When I re-install an application, all data recorded previously by the application is lost. Is There anyway to keep application data after re-installing an (iOS) application Thank you
  5. Duque

    iOS Question [RESOLVED] Click webview to B4I

    After 3 days of searching for solutions and trying almost everything, I don't want to give up on b4i. Context: I have a table in a Webview, the user can click on a cell and see information (this is already done for b4a and b4j). <script> function pulsa_cell(myDato){...
  6. A

    IOS Job OFFER

    Hi all, I have a project developed in B4X and I look for someone that can make the IOS version full working and must be published on app store too. This project is a time and attendance app that must succed in use nfc,gps and select from a list. The app must work without internet link and must...
  7. I

    iOS Question Publish Application to Apple Store IOS

    Good Day After going through with these two tutorials below. the application is installed on device and running properly. Creating a certificate and provisioning profile (https://www.b4x.com/android/forum/threads/creating-a-certificate-and-provisioning-profile.45880/) Installing B4i-Bridge...
  8. M

    Android Question [B4X] CustomListView Reorder items by dragging

    Hi everyone, I'm doing some researches, is there any way to reorder a CLV item by dragging and dropping it in a new location? A bit like in the following image Thanks in advance.
  9. LusazDeveloper

    iOS Question Is it possible to hide the title bar of a single page in my B4XPages App?

    Hello! I'm creating a B4XPages app and though I'm focus on iOS. I wonder if is it possible to hide the title and the bar where the title appears of a single page ? I saw a solution in this forum but it works with all the pages and I would like to hide only the title bar of my login screen which...
  10. SSparrow

    Need to port a B4A app to B4X and possibly B4J (Paid)

    I have a mobile app that is used for configuring our company's wireless sensors over a BLE connection. The source code has been through many revisions since the early days of B4A and needs updating to B4X as a step towards an iOS release for the Apple Store. The app contains a large number of...
  11. F

    iOS Question Performance - App Completeness - OS version: iOS 17.3

    Hi, one of my App bundles got rejected by Apple for this reason: Guideline 2.1 - Performance - App Completeness We discovered one or more bugs in your app. Specifically, the app only displayed ads, and we were unable to verify any content. Please review the details below and complete the next...
  12. LusazDeveloper

    iOS Question I Need help to open external link from webView

    Hi. I am building an iOS app that has a webview and inside it will show a web page in which there's a link that must open a external app when it's clicked. I did it already in Android with Don Manfred's help...
  13. F

    iOS Question iOS TV App

    Hi guys I'm new to this and I recently purchase B4i after reading many blogs about creating applications for iOS, I want to create a tv app to display my tv station nothing fancy just open with my station logo show the tv content... Play AND EXIT is there a step-by-step guide on how to create...
  14. A

    iOS Question Impossible to disable boucing scroll effect in WebView

    Hello, I tried some "solutions" to block the boucing scroll effect in webview. None of them have any effect. The "official solution" is : WebView.scrollView.bounces = false; WebView.scrollView.alwaysBounceVertical= false; WebView.scrollView.alwaysBounceHorizontal= false; That give ...
  15. A

    Android Question Is it worth learning B4A?

    Expert opinions often appear on the Internet that smartphones may become a thing of the past in the coming years, that they will be replaced by other gadgets. Is it worth it to seriously study programming for Android (iOS) in this case? How much longer can smartphones (and tablets) last?
  16. Alexander Stolte

    B4A Library [B4X] [XUI] AS PlusMinus

    This view is oriented to the ios stepper view. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) AS_PlusMinus Author: Alexander Stolte Version: 1.00...
  17. M

    iOS Question Connect to BLE devices providing PIN programmatically

    Hi everyone, someone of you knows if it's possible to connect to a BLE Devices that needs the PIN, and give it by code, instead of let the user insert it through a dialog? Thanks in advance
  18. M

    iOS Question [B4X] BLE refresh available Services and Characteristics - Missing Feature?

    Hi everyone, I noticed an important missing feature in the BLE library. It seems to not be possibile to refresh the ServiceList, given the fact that the only place where you can get it is in the "Connected" event.... I'have a BLE Device that exposes a Service only after you complete a...
  19. Pedro Caldeira

    iOS Question iOS 16 developer mode

    Hello All, Is there any way to develop an iOS 16.x App in B4i that doesn't require the Development mode to be active? I have some costumers that are concerned about security, having to set this definition. Or only with apps published in the Apple Store don't require this ? Thanks in advance.
  20. walterf25

    iOS Question Problem with Local Mac Builder (SOLVED)

    Hi All, I seem to be having some issues with compiling my B4i apps using my local builder, I continue to get the following Error: I followed this thread here but I have already followed all the necessary steps including installing B4i bridge first, this was working before, the only change is...
Top