ios

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

    iOS Question [B4X] BLE 2 - Concept of "ID" different between iOS and Android...

    Hi everyone, I'm developing an app that uses the BLE, i'm using the last suggested way: this. However... i need to connect to a specific device knowing the MAC Address... I made the App for Android and everything works because when the sub "_DeviceFound" fires it returns something like: where...
  16. CrunkFX

    iOS Question SafariController Dark

    Is there a way of making the Safari Controller Appear Dark? Also Tint has no effect on the SafariController at all. Is that outdated? Thanks in advance.
  17. B

    iOS Question Be able to install the mobile application (IOS) without using the AppStore

    Good morning, Currently, I have just finished the first version of my application, but I would like everyone to be able to install it without going through the AppStore, how can I do that? Because I’ve been looking for a few days, but I can’t find anything on the Internet. Thank you.
  18. B

    iOS Question [SOLVED] How to Save Data to Application Cache

    Good morning, Currently I am developing an ios application and I would like some help to be able to save the data in the application cache, because I currently find nothing on this subject and yet I spent a day doing research without the slightest response, Enzo.
  19. Carlos marin

    Zendesk SDK iOS and Android wrapper

    Hi, I'm looking for someone who can help me with the Zendesk SDK wrapper, both for iOS and Android, with all its services: SUPPORT SDK Zendesk Guide ANSWER BOT SDK CHAT SDK V2 TALK SDK The SDK link is as follows: https://developer.zendesk.com/documentation/classic-web-widget-sdks/ You can...
  20. G

    iOS Question B4I library for epub

    Hello everyone! Is there any library that I can handle ePub files? Thank you in advance.
Top