Jump to content

jordi

Members
  • Content Count

    8
  • Joined

  • Last visited

Posts posted by jordi


  1. If I create a new test application and I put this simple code, it works. But in my big and complex application this NaNs problems happens in many parts of the code, even in embarcadero delphi source code units.

    The app was working until Ventura. And I don't know why simple aritmethic operations can result in NaN as result.


  2. Hello, I've very extrange errors when executing my application on MacOs Ventura. On previous MacOs all is ok.

    In next example, how can it be that w=NaN, when dw and dpi variables are not NaN? 

    Using Delphi 11.3

     

     

    Sense títol.jpg


  3. Hello, I need to store permanent data in iOs. I've tried "NSUserDefaults" but data is deleted on app uninstall.

    Now I want to try keychain. Is there any library for delphi?

     

    Thanks

    Jordi


  4. Hello, Log.d has helped me to find the problem. I see that Delphi converts info.plist to binary before signing and notification actions, and i was trying to read this xml in my application.

    It seems that this conversion to binary is not needed, because Apple accepts my notification if I do it manually, avoiding this conversion.

    Another question: how notification works? I must do the notification every time I modify the application? Because now I'm trying to download an only signed version and Catalina doesn't blocks it.

     

    Thank you very much

×