Jump to content

Dave Nottage

Members
  • Content Count

    1279
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by Dave Nottage


  1. On 11/23/2023 at 8:36 PM, Dave Nottage said:

    I'm working on adding this to the Kastri library - it might be ready in a few days time.

    Looks like it's going to be a Delphi 12 only kind of thing at least for Android, as using the current implementation of User Messaging Platform needs jar libraries that are included with Delphi 12. It might be possible to add the required jar libraries and "disable" the older ones in Delphi 11.3, however it is becoming too messy. I'm now working on doing some cleaning up, re-testing and documentation - might be done before the end of the weekend.


  2. 2 hours ago, kabiri said:

    I saw the file dw-firebase-messaging-2.0.0.jar in the kastri library, but I had no idea how to use it.

    That library is connected with push notifications, and is not related to UMP (User Messaging Platform).

    2 hours ago, kabiri said:

    If you are the developer of kastri (DelphiWorlds), I would like to thank you very much for developing this library.

    That I am, and thanks!

     

    A progress update: I have some code working in Android, though the process of integrating the support is not exactly pretty - it's something that really should be built into the IDE. More later..

    • Like 1

  3. 4 minutes ago, Vanar said:

    When my application is open, when I click on “foreign” (for other applications) PUSH, my application closes abnormally.

    There is no reason for your application to do anything if you tap a notification that is meant for other applications. What do you mean by "closes abnormally"? Does it crash with no error messages? Have you used the Console app to check for log messages that might help determine why your app crashes?

    • Thanks 1

  4. 31 minutes ago, bdw_nz20 said:

    I just get an Error occurred still.

    It was "up" for a while.. now "down" again for the last 5 hours.

    29 minutes ago, bdw_nz20 said:

    Anyone seen any blog or post to indicate the outage

    I have a service that monitors QP for new reports. Because of the constant outages, I'm working on having a page published with a "current status", that uses the service. In the meantime, this gives the details in JSON.


  5. 3 minutes ago, scamp said:

    So clearly the Delphi installer is not correctly/fully installing it.

    It's likely because you have an incompatible JDK present on the machine. This is a potential fix:

     

    1. Make sure JAVA_HOME environment variable is set to the Adoptium JDK:

    JAVA_HOME=C:\Program Files\Eclipse Adoptium\jdk-11.0.15.10-hotspot

    2. Add missing build-tools by going to:

    C:\Users\Public\Documents\Embarcadero\Studio\23.0\CatalogRepository\AndroidSDK-2525-23.0.50491.5718\cmdline-tools\latest\bin

    In a command prompt and issue these commands:

    sdkmanager “build-tools;33.0.2”
    sdkmanager “platforms;android-33”

     

    • Like 4

  6. 20 minutes ago, PeterPanettone said:

    Sadly, Embarcadero did not contact the registered and confirmed participants to inform them that they were excluded.

    Exclusion happens when you attempt to join. GotoWebinar has a limit of 3000 attendees (Enterprise level). Once the limit has been reached, it refuses subsequent attempts to join.

×