ios

  1. Carlos marin

    iOS Question Error: ** BUILD FAILED ** - XUI VIEWS (SOLVED)

    Hello guys. I try to use a chat module shared by Erel (https://www.b4x.com/android/forum/threads/b4x-cross-platform-chat-layout-example.112649/#content), but when I try to compile the application, I get the following error: The following build commands failed: CompileC...
  2. janderkan

    iOS Question Problem after update to IOS 13.3.1

    Hi I have an Iphone 6S with IOS 12.4.5 and everything works fine. My Iphone 7 just updated to IOS 13.3.1 and I have following problems: I can compile my App in debug, the Bridge is asking my to install but it does not start the App. I can see the App on the desktop but the icon is dimmed and...
  3. D

    iOS Question Webp ios

    Hello, how can i download a webp image by HttpJob and add it to a bitmap?
  4. M

    iOS Question Document Scanner

    Hi, I was wondering if there is a way to implement a document scanner in iOS with the camera. Something like Office Lens app Thanks!!
  5. M

    iOS Question Read and write mifare tag

    Hi everyone, it’s possibile with b4i ti read mifare tag? I found out this on Apple: https://developer.apple.com/documentation/corenfc/nfcmifaretag thanks if someone would answer.
  6. M

    iOS Question [SOLVED] GeoFence and closed app

    Hi everyone. I was wondering if it's possibile to set up a geofence that when you enter (or exit), triggers an event catchable with the app closed. (like Apple "Find My" app, that can send a notification to you when a friend leave/arrive a place). I'm not knowledge about this things , so I'm...
  7. M

    iOS Question Haptic Touch

    I didn’t see this argument on the forum. There is a way to implement Haptic Touch with b4i? Thanks for sharing your knowledge in advance
  8. David Meier

    iOS Question [iWidget] Show content from Webservice in widget

    Hi First of all, thx very much to JanPro for the iWidget Tool. It's fantastic. I tried out the example and it worked smoothely. There is one thing now, that does not work in my personal widget. And that's downloading content from an API and displaying it in the widget. Can anybody help here (I...
  9. 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.
  10. M

    iOS Question [SOLVED] TouchID / FaceID Objective C error

    Hi, i'm trying to change this objective C code: #If OBJC #import <LocalAuthentication/LocalAuthentication.h> -(void)TouchID :(NSObject*)handler :(NSString*)subnameok :(NSString*)subnamefail :(NSString*)reason { LAContext *myContext = [[LAContext alloc] init]; NSError *authError = nil; NSString...
  11. sentechnologies

    iOS Question Publishing to AppStore

    I'm new to ios development, i request anyone to provide step by step procedure how to create necessary certificate , identifiers, devices, profiles after developer account activated. and also i want to know where and how to use those certificate, profiles in b4i project (local mac...
  12. M

    iOS Question FaceID

    It is possibile to use faceid as internal authentication method with b4i?
  13. D

    iOS Question Add outline to text

    How can I add an outline to the label text? I found the answer in swift: https://stackoverflow.com/questions/40575408/outline-uilabel-text-in-uilabel-subclass http://mabdev.com/2016/06/09/how-to-outline-your-uilabel-uibutton/
  14. walterf25

    iOS Question iOS Capabilities (Associated Domain, Near Field Communication Tag Reading)

    Hi, i'm working on an NFC library based on the latest released iOS 13, i've been having some issues with reading regular NFC tags, i have followed apple's documentations to the letter but haven't been able to get the library work. I added all the expected keys and values to the info.plist and...
  15. janderkan

    iOS Question How to programmatically connect to a WiFi network given the SSID and password

    I found this thread but I cannot figure out how to use the information. https://medium.com/@Chandrachudh/connecting-to-preferred-wifi-without-leaving-the-app-in-ios-11-11f04d4f5bd0...
  16. Devv

    Convert B4A App to B4I

    Hello i have a small webview app made with B4A, we want to convert it to B4I the application views a website with webview and receive notifications with firebase there is also 2 small activities all code is simple clean and quoted with explanations libraries used attached modules used...
  17. ermales

    iOS Question error Local Mac Builder Installing B4i-Bridge

    I am using a local mac and I get the following error when I want to compile in B4i-Bridge on a real device I followed the steps 1 https://www.b4x.com/android/forum/threads/local-mac-builder-installation.46402/ 2...
  18. D

    iOS Question Firebase has stopped working.

    Hi Guys I have a iOS app which receives Firebase messages and in the last month it has stopped working. This is what I have tried. 1. I am using the latest version of B4i (v5.80) 2. The Android version of the App is still working ok. 3. Using the post...
  19. J

    iOS Question Connect Bluetooth Keyoard iOS

    How do I get the key pressed from a bluetooth keyboard connected to a iOS device in B4i?
  20. S

    iOS Question Building Swift B4i Libraries

    Hi Erel I am wanting to integrate Googles ML Kit into an application on both Android and iOS. I have managed to do this on Android using Eclipse to build the wrapper library and integrate it into B4A application that works as excepted. I am now trying to do the same thing for B4i application...
Top