b4i

  1. 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...
  2. 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...
  3. 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...
  4. 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 ]
  5. 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...
  6. 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...
  7. B

    Android Question Need avdice to develope for Android and iOS

    Hello everyone, A customer ask me to develope an app that allowd the user to comunicate with a server online. Nothing so special, just read n write some record in a few table. The problem it's the app need to run on android and ios, so i dont't know if it's easy to develope with B4X libraries in...
  8. nwhitfield

    iOS Question RSA support in B4i

    Having just implemented some stuff using RSA encryption and signing in my back end API, and in a B4A app that uses it, I'm hoping to add similar to the iOS app. However, on looking, it seems that RSA support on B4i is rather more limited. The main support seems to be the iRSA library, but that...
  9. M

    iOS Question B4XLoadingIndicator

    How can I use the B4XloadingIndicator feature in B4I? in b4a there is the activity.GetAllViewsRecursive resource but in B4I there is no option for activitys For Each v As View In Activity.GetAllViewsRecursive If v.Tag Is B4XLoadingIndicator And v.Visible = True Then Dim...
  10. janderkan

    iOS Question How to use SetOptions in B4XPreferenceDialog.AddTimeItem

    Hi Using the formsbuilder I can change the time format to 24 hour. But I am not lucky to do it from code prefDialog.AddTimeItem("pref_time_start","Start time")) prefDialog.SetOptions("pref_time_start",Array As Object("24"))
  11. Muhamad Kamal

    Share My Creation PHP code to send Firebase Notification to both Android mobile app and iOS mobile app

    Hi there! I'm sharing one of my work here so that some of you might refer it. This code is the PHP part from the whole project that I was working on. My project is based on the automated Forex signals that will be sent to Android and iOS mobile app from an indicator built on MT4 MetaQuote...
  12. Martin Larsen

    iOS Question App icon blue when task switching

    I let B4i create the icons as detailed here: https://www.b4x.com/android/forum/threads/icons-and-launch-images.84591/ The app icon on the home screen is fine, but when I task switch (double click on home button) I just get the blue standard icon. I tried installing the Coordinates example as...
  13. T

    iOS Question WKWebView - PageFinished

    PageFinished is not firing, but the webview is working properly. I have this code: Private Sub Application_Start (Nav As NavigationController) NavControl = Nav Page1.Initialize("Page1") Page1.Title = "Page 1" Dim no As NativeObject = App...
  14. Martin Larsen

    iOS Question Webview: User agent and cookies

    Getting and setting the user agent In B4A I can set get and the user agent using using Reflector: Dim r As Reflector r.Target = webview r.Target = r.RunMethod("getSettings") ' Get user agent userAgent = r.RunMethod("getUserAgentString") ' Set user agent r.RunMethod2("setUserAgentString"...
  15. 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...
  16. 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...
  17. 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.
  18. 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
  19. 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...
  20. 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...
Top