ios

  1. M

    iOS Question Forward notification via bluetooth

    Hi everyone, I've a question. There is a way to forward notifications to an bluetooth device, like the 10$ smartwatch does? Thanks
  2. Guenter Becker

    B4A Library IOS like Spinner

    Version: 1.5 Name: IOSspinner Language: B4A (C) TechDoc G.Becker, Royalty Free for personel and commercial Use only for Forum Members. IOSspinner is a custom control with designer support. The control mimicks the spinner used by IOS/Apple. The controls features are: simply to use simply to...
  3. M

    iOS Question [B4X] Get the label from an TextItem of a CustomListView

    Hi everyone, it is possibile to get a reference of the label used for the "TextItem" of a CustomListView? i wish to change the backgroud color of the label, text size, round the corners etc.. I know that there is the .DesignerLabel method, but if i try to change color it does not work Thanks...
  4. 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...
  5. M

    iOS Question iOS Switch Centering

    hi everyone, i'm trying to center properly a native ios switch in a panel, but i don't get it done in a reliable way. in the designer How can i manage to get it done properly? :( Thanks in advance
  6. User242424

    B4i Library iAXMaterialProgress

    Hello World! Another B4i Library: A material style progress wheel for iOS ? See library in Github This is how it looks in indeterminate mode (the spinSpeed here is 0.64 which is the default, look below how to change it): And in determinate mode (here the spinSpeed is set to 0.333)...
  7. 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...
  8. Carlos marin

    iOS Question Launch multiple simulators in Xcode with my application

    Good morning to all, I am using the hosted server for testing on my MAC, at the moment everything runs smoothly but I would like to be able to run my debugging application in several simultaneous emulators, at the moment if I run in one it disconnects in the others, I have seen in several pages...
  9. S

    iOS Question Shadowy line around label

    Dear B4X, When I set a labels height quite small (sub 25px) or its width only slightly wider than the text in contains, I get a shadowy line appear at the top and right-hand sides of the rectangle. Screenshot is below. Is there anyway to get rid of this? Regards, Simon.
  10. J

    B4A Library DateTimePicker View

    DateTimePicker view is based on the CustomListView and snapCLV with a design similar to the ios datetime picker. This view has only been tested in B4A, it is not very useful in B4i since for ios the built-in picker is better. 1. Add the module and layout to your project (attached...
  11. Martin Larsen

    iOS Question Getting the UDID

    I am trying to get the UDID to get started with B4i. I followed the video here but when I open udid.io in Safari on my iPad it just tells me to open the page in Safari! There is no green button on the page. Instead there is QR code. In Chrome on Safari the button is present, but the profile is...
  12. 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.
  13. Scotter

    iOS Question iTunes publishing new/changed version of iOS app

    I finally got my app on the iTunes app store, approved, and published. Thank you, @mcqueccu for the help in porting from B4A to B4i and helping me get it published!!! Found very small issue in the app and made the change. Changed version from 1.0.1 to 1.0.2, recompiled, and re-uploaded...
  14. M

    iOS Question [SOLVED] MiniSearchView doesn't work

    Hi, i'm trying to use the minisearchview but i get this error when i use the "setitems" function: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] Thanks
  15. 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!
  16. Scotter

    iOS Question iTunes connect uploader - payload folder contents

    Here's the error message I get: 'requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\"}"' UPDATE (still need help): unzipped "temp.zip" to find two folders: - CalcMaterials.app - CalcMaterials.app.dSYM Tried to upload this...
  17. 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...
  18. 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...
  19. 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...
  20. D

    iOS Question Webp ios

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