b4i

  1. G

    iOS Question [SOLVED] Problem Compile FireBase Push Notification App on my iPhone.

    Hello. I'm using Mac local builder. I followed step by step the tutorial "B4i - Push Notifications with Firebase". I want to run the app on my iPhone, and not on simulator. When I compile the app on simulator, I did not get any error. But when I compile the app on my iPhone, I get the...
  2. G

    iOS Question [SOLVED] Problem with Debug B4I and Updated Xcode (Version 13.3)

    Hello. I'm using B4I (Version 7.50) and I Xcode (Version 13.3) (Yesterday, I did the update.). I'm getting the following error, when I try to compile my app. Error: 2022-03-16 11:17:57.898 xcodebuild[21619:593578] Requested but did not find extension point with identifier...
  3. G

    iOS Question Firebase Push Notifications - Problem with Provisioning Profile

    Hello! I follow step by step Mr Erel's example with firebase push notification. I tried (more than 10 times), to create a provision profile, with no success. I created Identifier. Then, I created the certificate (I used certSigningRequest.csr, as I saw in the tutorial). But, when I tried to...
  4. A

    iOS Question FTP don't transfer any file

    I have this PList add to my B4i app: #Region Project Attributes #ApplicationLabel: B4i Example #Version: 1.0.0 'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown #iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight...
  5. G

    iOS Question iSpeechRecognition not work

    Hi I've installed the Erel's Example (https://www.b4x.com/android/forum/threads/ispeechrecognition-voice-to-text.72941/) through debugging on mobile device (ipod) with ios 12.5.5 . The device is connected on a wifi but I obtain "Speech Recognition not available" . how can i do to make it work?
  6. C

    iOS Question Apple Sign in button inside listview

    Hello! I'm having a issue when trying to put the apple login button inside a customlistview, does nothing on click. If instead, I leave outside the list it works perfect. I need to have the login buttons and fields inside de listview, what can I do to call the login action on clv_itemclick...
  7. G

    iOS Question B4I library for epub

    Hello everyone! Is there any library that I can handle ePub files? Thank you in advance.
  8. Kevin Hartin

    iOS Question WebView Formatting

    My app uses webviews to display lightly formatted HTML syncronised from a web server for things like help pages etc. In B4a I use the WebViewSettings library to reduce the text to a reasonable size, as when I add the <meta name='viewport' content='initial-scale=1.0' /> header, it displays very...
  9. Star-Dust

    Italian Compilazione B4i con Host Mac Builder Server

    Vedi anche creazione Certificati L'anno scorso avevo preparato un Tutorial per la compilazione a beneficio di un amico che per la prima volta compilava per B4i. Forse non è ancora attuale ma potrebbe aiutare chi è alle prime armi quindi lo ripropongo qui: 1) Impostare percorsi del KEYSTORE...
  10. M

    iOS Question B4XComboBox bug in value

    The value inside the combobox disappears after choosing an option, is there any way to fix it?
  11. Angel Garcia

    iOS Question How to detect camera permission authorization state?

    Hi all, I'm using the camera library to let the user take a photo from its iPhone, as you know when the user grants the permission first time everything works fine, but if he denies it, it never request permission never again, and when the 'cam.takepicture' event is fired it just show black...
  12. developer_soft

    Android Question Development of b4a and b4j

    The question that has been on my mind is whether Earl Uzil developed b4a and b4i with b4j? 😂😂 If so, what is b4j developed with?🤣 Didn't the server write the same site with b4j?😍😅 Really, why is the b4a tag not so popular in StackOver Flow and it can not be used in posts?🙂
  13. D

    iOS Question bitmap - object not initialized (B4i v7.50 and iOS 14.6)

    Hi Guys I have a problem with some old code that now throws an error when compiled using the latest version of B4i v7.50 but only on a devices running iOS14.6 - OK on a device running iOS 12.5.4. The same code is cross platform and runs OK on Android devices. B4i forms designer has a ImageView...
  14. james_sgp

    iOS Question B4i Save Imageview as Jpeg

    Hi, I`ve created a QR code in an imageview and I want to save it to 'xui.defaultfolder' so i can use it in a PDF document. My code works on B4a but its not working on B4i, any idea`s what I`m doing wrong? #if b4a qr.Initialize(view_pdf_qr.width)...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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
Top