Jump to content

jordi

Members
  • Content Count

    8
  • Joined

  • Last visited

Everything posted by jordi

  1. jordi

    MacOs Ventura and NaN

    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
  2. jordi

    MacOs Ventura and NaN

    Yes! Thank you very much. I will keep an eye on it
  3. jordi

    MacOs Ventura and NaN

    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.
  4. jordi

    ios keychain

    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
  5. jordi

    ios webview credentials

    Hello, I want to provide credentials in iOs webbrowser, so the user will not have to enter them manually. Anyone has some code for Delphi? Thanks Jordi
  6. jordi

    ios webview credentials

    Hello, I 've modified the code with your suggestions and it's working. Also I've added a feature request to Quality Portal. Thank you very much
  7. Hello, I have an MacOs application that works ok after signed in Catalina. But after notarization, I get an access violation when trying to start. I've "Allow unsigned executable memory entitlement" enabled. Anyone can help me? Thank you, Jordi
  8. jordi

    Access violation after notarization

    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
×