b4i

  1. S

    Share My Creation Find used libraries (B4A, B4J,B4In B4R)

    Hello, Sometimes you want to clean the additionnal folder, but are you sure a library is used or not in your projects ? This app lists all the libraries found in your projets. Select a folder, check project's type and you got it! In the left listview are the libraries found. In the right...
  2. Y

    iOS Question Installing B4i Bridge frustration

    Dear All, Just sharing my experience resolving problem with B4i Bridge. What happens: Follow instruction on this page: https://www.b4x.com/android/forum/threads/installing-b4i-bridge-and-debugging-first-app.45871/ B4i bridge installed successfully Testing Hello World, success. Continue coding...
  3. M

    iOS Question Uploading ipa file.

    Hello everyone, I am new to ios development. I just finished my app and I need to publish it, I went to the App Store Connect and created an app. I did the steps of Erel's tutrial but I get the following error. (I use windows PC) Can you help me, please. Here's some photos.
  4. james_sgp

    iOS Question Webview not showing local image

    Im using Webview to display a large image (so can be zoomed and panned). It works perfectly on the Simulator and on development iPhone, but my testers (using Testflight) are not seeing the image and there is no error message. Can someone advice.. Thanks, James
  5. D

    iOS Question Provisioning file selection

    Hi, Guys Provisioning files: In the Project Attributes I use the following code to select either the Store or non-store provisioning profiles for release mode. #If RELEASE #CertificateFile: ios_distribution.cer ' Below is store provision profile (use for release to...
  6. Scotter

    iOS Question No iPad (only iPhone 8) - how do I generate screen shot for iTunes?

    Happy Saturday @Erel @mcqueccu Hope you two are safe and stocked up. Any ideas how a Windows guy with only an iPhone 8 (no iPad) can generate iPad sized screen shots of my app for iTunes app submission? In B4i designer, the app does adapt to landscape. They accepted my first version because...
  7. M

    iOS Question Copy a Map to another oen

    Hi in B4i how can I copy a map into another? Given the fact the function "GetKeyAt" and "GetValueAt" doens't exists? Thanks!
  8. Peter Simpson

    ? My happy introduction to B4X

    Hmm, I see that Anywhere Software has created this new section in the forum, so I've decided to add my actual B4X story. WARNING: This is going to be a loooooooooooong read :cool: I've always enjoyed creating software from the early days of the humble 48k ZX spekky, to machine coding my 68000...
  9. Scotter

    UPDATE: POSITION FILLED: Need conversion of simple B4a app to B4i

    Hi - I have too many projects going at once and need help with creating an iOS version of a very simple B4a app I built last year. This is what the Android app looks like: https://play.google.com/store/apps/details?id=com.Cobra.CalcMaterials I'll supply you with all the code from the B4a...
  10. D

    iOS Question Webp ios

    Hello, how can i download a webp image by HttpJob and add it to a bitmap?
  11. Marcos Alves

    Android Question B4X and Compatibility

    Hello all, I noticed that in visual designer we have the option to add the views in the activities and B4XView, but I confess that for me it's not clear yet if I'll have advantages when translating a B4A app to B4i using that kind of approach... for example, I tried to reference the padding...
  12. M

    iOS Question Build Failed Local Mac Builder

    The following build commands failed: Ld /Users/<name>/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload/<myappname>.app/ <myappname> normal arm64 (1 failure)
  13. Steve Kwok

    iOS Question Compile to Library by Local MAC Build Server

    I have just moved from B4A to B4i and try to convert B4A library to B4i library... I have local MAC Build Server which function well (I.e. Build B4i-Bridge App, Build Release App and Build Simulator Release App are successful). However, the local Build Server failed to Compile To Library. At...
  14. jlerner

    iOS Question Error: No devices are booted.

    Good day: I have the following problem when compiling the code. Does anyone know how to solve it? I am using Hosted Builder on a Mac, which runs smoothly. Also, if I run "xcrun simctl list", the current device is set to on. It should be noted that I start Hosted Builder (6.30) with the following...
  15. jlerner

    iOS Question Failed to find xcode version

    Good afternoon, I find the following error. I have installed Xcode 10 on my MacBook Pro with MacOS Catalina 10.15.2 operating system. When installing Host Builder and trying to run B4iBuildServer.jar I get the error "Failed to find xcode version". The Build Server version is 6.3. Does anyone...
  16. A

    iOS Question Decrypt a string encrypted on ios

    Hi, I'm working on conversion my b4a app to b4i and have encrypt / decrypt problem I already have a code that does encryption / decryption on Android and on VB.NET on my server. b4a Sub Encrypt(dataToEncrypt As String ) As String Dim kg As KeyGenerator Dim c As Cipher Dim B64 As...
  17. M

    Bug? B4i IDE Method missing in IntelliSense

    I noticed that for Page element are missing the method "_Click" and "_Resize(Width, Height)" that exists.
  18. M

    iOS Question IsPaused Alternative

    Hi, what is the "IsPaused" of B4A alternative for B4i?
  19. M

    iOS Question Fire an event from a class

    Hi, where can I find some documentation/tutorial on #event in B4i class? I want to add a custom event in a code module, fired by my class. thanks
  20. M

    Wish B4i for macOS

    There will be a Version of B4i for macOS? (Same question for B4A). (I know there are similar posts, but there isn’t an answer :( )
Top