b4i

  1. mcqueccu

    iOS Question SMTP not sending email

    I am having problem sending email with SMTP. Same code and Credentials work well in B4A and B4J but B4i is giving the error below started false <B4IExceptionWrapper: Error Domain=SKPSMTPMessageError Code=-3 "Unable to connect to the server." UserInfo={NSLocalizedDescription=Unable to connect to...
  2. D

    iOS Question Push notification stopped working

    Hi, Guys My push notifications have just suddenly stopped working, I am assuming it is due to me renewing my Certs and Provisioning profiles (I deleted the old certs and provisioning files but may have gone too far). The Apps compile with the new Cert and Provisioning files and can be uploaded...
  3. D

    iOS Question B4i Bridge - not available

    Hi , Guys Just found a problem with the B4i Bridge (it was ok a few days ago). 1. When I run it on a Phone running 14.6 - It shows the message box "B4i Bridge no Longer available" (or something like that). 2. When I run it on a phone running 12.5.4 - it simply attempts to start then immediately...
  4. Alexander Stolte

    B4A Library [B4X] [XUI] AS Label - CrossPlatform Label

    This is a simple label view, in IOS roundings are removed when resizing or colors are not displayed properly. This can be fixed by placing a panel under the label, this view does the work for you. Just set the properties you want in the designer like in a normal label. ASLabel Author: Alexander...
  5. Alexander Stolte

    [B4I] PDF417 - need a wrapper to scan this kind of barcodes

    Hello, I'm working on a B4I Port project and an important part of it is to scan barcodes in PDF417 format. Unfortunately there is no library or wrapper for B4I that can do this yet. I have picked out 1 views/libraries, who feels able to wrap one of the 1 so we can use it in the B4I project...
  6. desarrollo arg

    iOS Question Can we make the application only available on Iphone?

    Hi, Can we make the application only available on Iphone? IPhone devices only
  7. desarrollo arg

    iOS Question b4i-bridge "We cannot install this app because its integrity could not be verified"

    hello I have a problem. I compile the application in b4i-Bridge and there is no problem. But when I install on my ipad or iphone it returns "We cannot install this app because its integrity could not be verified" and I cannot run the b4i-Bridge app. Before this did not happen.
  8. 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...
  9. 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...
  10. 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
  11. desarrollo arg

    iOS Question Cancel service

    How to cancel a service? in b4a use CancelScheduledService. How is it in b4i?
  12. 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 !!!!
  13. 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...
  14. 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...
  15. 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
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Top