b4i

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

    iOS Question Get an UIview height (or convert from Objective C)

    Hi, i made a post before about the centering of a switch. i noticed that the switch is positioned in the top left corner of his hitbox. I need to center it. So the only way, i think, is to make the hitbox height (and width) equal to the effective height (and width) of the ios switch. There is...
  17. D

    iOS Question Show settings->location programmatically

    Hi Guys Can someone advise how I can show the locations settings so they can be changed by the user at run time. I have tried https://www.b4x.com/android/forum/threads/open-default-settings-app.51115/#content from 2015 which is If App.OSVersion >= 8 Then...
  18. Martin Larsen

    iOS Question Does updating metadata on AppStore really require a new app version?

    I was about to upload a better screenshot for the iPad version of my app. But it was not possible and most of editable fields were disabled. Can somebody confirm that I actually have to create a whole new binary just for the purpose of uploading a screenshot??? [ If true, this is really weird ]
  19. Martin Larsen

    iOS Question App Store asks for Export Compliance Information

    When submitting my app, App Store asks for Export Compliance Information. The question is asked here but little information is given. Apple's info page says: Use of encryption includes, but is not limited to: Making calls over secure channels (i.e. HTTPS, SSL, and so on). So I guess the answer...
  20. Martin Larsen

    iOS Question [SOLVED] Push notifications for the App Store version

    I am about to create the first App Store release of my app. The app uses FirebaseNotifications. For this I have created a new explicit app identifier and a new production certificate and a new provision file as advised. But I am in doubt of the meaning of: What are these tokens? When sending...
Top