b4i

  1. desarrollo arg

    iOS Question Sign in with Apple and Firebase

    Hello, I wanted to know if I can create a login with iOS 12 and FireBase? My application uses FireBase. It is already integrated and working with login with Facebook and Google. I followed this tutorial from Erel, but it returns an error...
  2. Marcos Alves

    iOS Question B4i Location Services

    Hello All, I'm using this sample code to implement location services in an app: https://www.b4x.com/android/forum/threads/location-gps.46148/#content I notice that, in the sample, when locManager.Initialize("LocManager") is called , Iphone automatically shows a message requesting...
  3. jlerner

    Desarrollador b4i

    Buscamos desarrollador para b4i-ios proyecto en marcha. Se incorporara al equipo lo antes posible. Con experiencia comprobable. Pago: a convenir Idioma Español Método de trabajo: a convenir
  4. desarrollo arg

    iOS Question Cancel service

    How to cancel a service? in b4a use CancelScheduledService. How is it in b4i?
  5. Marcos Alves

    iOS Question App Icon in B4i

    Hello All, sorry the stupid question, but does anybody could tell me where can I set the app Icon in B4i? I didn't find it in IDE menu like in B4A... Really thanks !!!!
  6. MList

    iOS Question Get country Code

    Sub GetLanguage As String Dim no As NativeObject Dim s As String = no.Initialize("NSLocale") _ .RunMethod("preferredLanguages", Null).RunMethod("objectAtIndex:", Array(0)).AsString If s.Length > 2 Then s = s.Substring2(0, 2) Return s End Sub Sub GetCountry As String...
  7. desarrollo arg

    Spanish Error de compilacion

    Buenas tardes. Hace varios días vengo luchando con este error. Vengo a pedir su ayuda. Estoy migrando una aplicación de Android a iOS. Necito integrar varias librerías, entre ellas: JavaObject, WebViewExtras, WebViewExtras, WebViewExtras2. Si agrego cualquiera de estas librerias me retorna...
  8. desarrollo arg

    iOS Question icloud account - b4i

    Good Morning, I am developing an app on iOS. I need the email of the iCloud account linked to the device. Can i get it? Thanks
  9. David Elkington

    iOS Question Porting B4A to B4I

    Hi Everyone, Does anyone have a guide of all the necessary steps and considerations to port a large app from B4A to B4A/B4i? I am on a tight schedule and would like to make sure I have considered everything before dipping into it and wasting time due to lack of planning. Many thanks David...
  10. jlerner

    iOS Question Communication error: Invalid user id

    Good morning, I am starting an app on ios and an error appears. I have the identifier and certificate provided by developer.apple.com, both current. I also have the device registered. I followed this tutorial repeatedly and from different computers...
  11. B

    iOS Question b4i WebView in IOS Simulator can access only limeted number pages on internet

    I'm running IOS simulator on macbook, but WebView can acces only local pages and only few internet pages - not all. Is this limitation of Simulator or I'm doing something wrong? Is it possible to catch WebView errorCode like in b4a with WebViewExtrax2 library Sub...
  12. B

    iOS Question B4i 6.5 how to use WebView.InitializeWithCustomConfiguration

    Can anyone please give an example for WebView.InitializeWithCustomConfiguration ?? as from b4i 6.5 WKWebView is used as inernal WebWiew library Is it possible to force this way the WebView will ignore Selfsigned certificate error or better to create handler for SSL errors and any other errors...
  13. Angel Garcia

    iOS Question Blurry images on CSBuilder

    Hi All, Maybe this is a silly question, i'm getting blurry/distorted images when appending images to CSBuilder. I use the resize function on initialize bitmap to adjust images before adding them to the builder. I'm using the code on this post to perform the append image...
  14. Edward Ocando

    Spanish Simulador para IOS

    Saludos, para B4A uso NOX para emular el celular android y funciona excelente. Pero quiero probar las aplicaciones de B4i y no se que emulador usar. Cual me recomiendan de preferencia gratuito? Gracias
  15. MList

    iOS Question How do i become licensed user

    Hi, I was developing with b4a for some time now. Now i purchased b4i. How do i become licensed user, so that i can download examples... Really tried to find information about this in the forum🙈 Thanks a lot.
  16. A

    iOS Question Hosted Builder account will expire in few days

    Since today 12/10/2020 I started to see a pop up in my B4i - Hosted Builder account will expire in few days. What does it mean and what to do?
  17. rleiman

    Android Question [SOLVED] - Porting apps over to IOS.

    Greetings, We were asked if one of our apps can be ported over to IOS, so I told the customer I will ask on the forum. Please let us know if B4i uses the same coding. If there are any differences, what are they? This is the app so you know what we may try to port over to IOS.
  18. A

    iOS Question #BridgeLogger in B4I

    Hi all. In B4A we can user #BridgeLogger: True for logging in Release mode. But what to use in B4I? I read this thread iReleaseLogger but in Notes I found this Do not try to upload your app with iReleaseLogger library included to the App Store. It will be rejected. Does it mean that I need to...
  19. Carlos marin

    iOS Question [RESOLVED] Error compiling my application in debug and release mode

    Hi, Since yesterday I had been working well in the morning, in the afternoon it was no longer possible for me to compile my application, I thought it could be something from the MAC hosted but I don't see that someone else has this problem, I appreciate if someone knows that be, check all my...
  20. Pablo Torres

    iOS Question unsecured calls to specific domains and non-secure pages in WebView at the same time

    Hi Everyone, I know how to make unsecured calls to specific domains using #PlistExtra: <key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><false/> #PlistExtra: <key>NSExceptionDomains</key><dict> 'list the excluded domains (example.com and b4x.com) #PlistExtra...
Top