ios

  1. 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...
  2. 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.
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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 ...
  9. 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?
  10. 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...
  11. 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
  12. 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...
  13. 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.
  14. 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...
  15. A

    iOS Question How To Reuse My IOS Library

    I am using Hosted Builder, everything is Fine, But i have problem with reusing My Library. On compiling Library, .xml is added in AdditionalLib, and on downloading last compile i received zip file too. But when i add my library in example i got list of errors as follow, In file included from...
  16. P

    iOS Question OTA Deployer - cannot install app

    Hi, I'm trying to deploy an app for customer testing using the OTA Deployer. I've done this before with no issues, but now, I can't get the app to install on any device with iOS 16. The same build will install without issues on iOS 15.4. The devices have "Programming Mode" set to ON. Any help...
  17. Martin Larsen

    iOS Question Your APNs Production Mac Certificate will no longer be valid in 30 days

    I have got a notice from Apple saying "Your APNs Production Mac Certificate will no longer be valid in 30 days. To generate a new certificate, sign in and visit Certificates, Identifiers & Profiles." When I log in to my account I see the expiring certificate of type APNs Production Mac. Ok...
  18. Lucas Siqueira

    iOS Question Error with xui.MsgboxAsync("text", "title") with B4XPages.ClosePage(Me), page does not close

    When I display a message with xui.MsgboxAsync("text", "title") and then immediately order to close the page with B4XPages.ClosePage(Me) , on Android it works correctly, but on IOS it does not close the page, and when I click a button that I created and has the command to close the page, nothing...
  19. F

    iOS Question notebook requeriments and how to start

    Hi all im new with IOS, and i want to buy a notebook to develop and other stuff. Does it help me work without problems? and what tutorials / links recomends i need to read before starting Thx all for the help!
  20. N

    iOS Question B4I hide the header , footer, and navigation of the web page that I load inside a web view or wkwebview

    Hi ALL, I'm trying to reproduce in B4I a simple app that I have done on B4X but I have the following Problem. In b4x using the following code, I was able to hide the header, the footer, and navigation control of the web page that I load inside the webview : Private Sub WebView1_PageFinished...
Top