b4i

  1. MirkoLa

    Jobangebot B4A+B4I (Berlin bevorzugt)

    Wir suchen ab sofort Unterstützung für unsere B4A und B4I Entwicklung. Wir betreiben ein Portalsystem, das von derzeit 2,5 B4X Entwicklerinnen gepflegt und erweitert wird. Aktuell besteht ein erhöhter Entwicklungsbedarf, deshalb suchen wir mindestens für die nächsten 2-3 Monate Mitarbeitende zur...
  2. Sganga61

    iOS Question B4i Notification Action

    Hi Can anyone help me understand what actions are possible and how to program the app to switch from background to foreground after notification? My goal is to have my app switch from background to foreground when tapping on it notification. On Android device this very simple...
  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. 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){...
  5. LWGShane

    Wish B4i Future Integrations

    Has there been any renewed discussions regarding adding support for Widgets, Apple Watch and Apple TV support to B4i? CC: @Erel
  6. D

    iOS Question Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)

    i have been getting this error for a week. I have followed all of the threads on the forum. This problem does not seem to go away. I guess the question is where is the original password set. I do not recall ever setting it in the first place and have used the default for years. i did have an...
  7. R

    iOS Question Question about VideoPlayer Quality control

    Hello I have a question: I'm using videoplayer in order to play a .m3u8 streaming. Everything works fine. However, the source of the streaming has diffent quality options, so in some players it is posible for the user to switch between those qualities. Since the native VideoPlayer seems not...
  8. D

    iOS Question Problem building B4i-Bridge App with previous Keys folder

    Hi, Guys I have built B4i bridges successfully before - But did so by starting afresh and followed Erel's tutorial "B4i Certificate and Provision profile" followed by the "B4i-Bridge" tutorial. I already have an extensive Keys folder containing provisioning file for my projects - So I decide to...
  9. AneeshJay

    iOS Question Allow file access for webview in iOS [Solved]

    Hi guys, In B4A ,I enable local storage in webview using the following, Dim jwb As JavaObject = wb Dim jset As JavaObject = jwb.RunMethod("getSettings", Null) Dim r As Reflector r.Target = jset ' Enable local storage r.RunMethod2("setDomStorageEnabled", True...
  10. ermales

    iOS Question B4X FirebaseNotifications / Push Messages error (Missing Push Notification Entitlement)

    Help me I am updating my app, in the new update it incorporates firebase notification and I follow the tutorials that I found in the forum but I can't get my app approved tutorials that I followed FirebaseNotifications / Push Messages (server not required) apple sent me this
  11. M

    iOS Question Application compiled with non-store provision profile.

    I'm compiling in release mode with the production provision using parallels desktop on the macbook and even then it only compiles in the non-store, I've tried every way to compile, even using the hosted builder, is there any solution for this?
  12. G

    iOS Question How to disable screen timeout

    Hi everyone, Can you please help me with disabling screen timeout in b4i? Thanks alot.
  13. A

    iOS Question Error during execution

    Hi, I recently bought B4i and I'm trying to use it on a windows 10, interfaced to a MacBook Pro with OS Catalina. I created a project and put only one label, which I try to set to 'B4XPage_Created' On Run I get this error B4i Versione: 8.30 Analisi del Codice. (0.01s) Building folders...
  14. F

    iOS Question B4i - Certificates and Hosted Mac Builder concerns

    As mentioned before we are new to this and we will appreciate as much help and guidance as you can give us... We also have some concerns about the certificates we need a developer and also a distributor certificate is that correct? Once we get them and install them as the current user what are...
  15. David Hawkins

    Android Question Scheduler

    Hi all first thank you the feed back on my health all is now begining to get much better. I am now looking to create a very simple scheduler type system for viewing only, in order to do so I need to create something like below, this is just a spreadsheet but hopefully you get the idea. The...
  16. sadeghkiyani

    iOS Question iPhone emulator for debugging

    Hello to all friends I want to start b4i, but I don't have a Mac laptop, I don't have an iPhone, I had a few questions: 1- Can I use Mac Builder because I don't have a Mac? 2- Can I use the simulator?! What simulation can be used?! I've been looking for a solution for a few days now, but I...
  17. David Hawkins

    iOS Question B4i Bridge

    Hi I am trying to build my 2nd IOS app having succeeded with the first, with assistance from the community for which I am grateful. I am now looking create a new app, I followed the procedure carefully, I have one instance of B4i running, I created a new provisioning profile, I created a new...
  18. A

    iOS Question what happened to google maps?

    Recently, the google maps library stopped being compatible, or something happened, since it doesn't show the map, it only looks gray, one day the application worked, the next it didn't.
  19. David Hawkins

    iOS Question JSON Parser

    Hi I am currently modifying an Android App to work on IOS and I am retrieving data from a database and parsing it using the following code Dim parser As JSONParser Dim response As String = job.GetString Log(response)...
  20. David Hawkins

    iOS Question Trying to learn B4I

    I followed Erels video although Apple have updated their process from what was shown, anyway I managed to create a signing request, ios certificate and download a mobile provision file and when trying compile the app I get the following B4i Version: 8.30 Parsing code. (0.14s) Building...
Top