not

  1. M

    iOS Question [B4X] CLVSwipe PullToRefresh not working

    hi everyone, i'm trying to use this class: https://www.b4x.com/android/forum/threads/b4x-clvswipe-xcustomlistview-swipe-actions-and-pull-to-refresh.98252/ to add the pulltorefresh functionallity to my customlistview, but i noticed that if the number of elements in the list does not fill the...
  2. M

    Bug? List.IndexOf not working as supposed to do

    Hi everyone, why this simple line of code, is not working? I don't understand what could be the problem.. seems so straight forward... That sub simply loads two lists with numbers, then i want to see if the contents are different, so as soon as IndexOf returns -1 i proceed with the rest of the...
  3. M

    iOS Question Push Notification Firebase not working....

    Hi everyone, i always used Firebase to send notification to the apps... i didn't know what i'm doing different, but i can't manage it to work. What i did: Created App ID on Apple Dashboard Created Push notification SSL production certifcate Put it in the b4ikeys folder Created the AdHoc...
  4. M

    iOS Question iPhone does not ask to install when i compile in Release

    hi everyone, i just bought the new license for the hosted-builder, i update the user-id, it compiles. The problem is that, when i compile in debug, everything is fine. When i compile in release mode, it just says "you can now download the .ipa etc..." but on the phone no msgbox asking for...
  5. M

    Android Question Push Notification (Firebase) Not showing on some smartphones

    Hi everyone, i recently distributed an app that includes push notification. the notifications are locally created with the NB6 class. Unfortunately iā€˜ve got some feedbacks from my user saying that they are not receiving the notifications. I asked them what phone they are using: 90% Huawei, and...
  6. M

    iOS Question UDP_PacketArrived fires only one time

    Hi, i already did a post on UDP, where Erel suggest me to do a simper project (i copied the one in the guide) but i doensn't work I send a packet when pressing a button, my server always respond with another packet saying "OK", the problem is that the sub "PacketArrived" fires only the first...
  7. M

    iOS Question Firebase Push Messages not receiving after a while

    Hi, i'm trying to use Firebase to send Silent Push Notifications to my app. The app, then, choose to show a notificaiton with LocalNotification or not. The problem is that after a while the app is closed and no notification are coming for a while, when a new notification is sent it will never be...
  8. M

    Android Question AdMob Stop sending ads

    hi, i recently used admob. I created one Native ad, it started working some days ago. Today i created other two native ads, after that i stopped receving the ads, even the first one i created some days ago (the event doen't trigger..) It is normal? is an admob behaviour? Thanks!
  9. M

    Android Question Errors opening SDK Manager - can't compile anymore.

    Hi i opened the sdk manager to upgrade but this showed up And if i compile show this:
  10. M

    Android Question Annoying Acitivity Title šŸ˜­

    Hi everyone, i'm coding an android app. I noticed that when the app launches (in debug and also in release) there is a moment where is possibile to see the default page with the ugly android titlebar with the app name (#ApplicationLabel: <name>) and blank activity, BEFORE the app actually...
  11. M

    iOS Question Gps is not very accurate

    Hi, Iā€™m using the library iLocation, with the various PlisExtra from Erelā€™s tutorial about background tracking. The problem is that it isnā€™t very accurate. There is something like ā€œFine location/Coarse Locationā€ of b4a? Or a parameter to set it to be more precise ? Thanks !
Top