Jump to content

Dave Nottage

Members
  • Content Count

    1516
  • Joined

  • Last visited

  • Days Won

    36

Dave Nottage last won the day on January 17

Dave Nottage had the most liked content!

Community Reputation

580 Excellent

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Dave Nottage

    pasfmt out now!

    None of them have a: "Don't touch my assignment alignments" option? 🙂
  2. Dave Nottage

    Error x509 PA Server - Apple

    That's not even an error - it's a command issued by PAServer as part of the process to discover what certificates/profiles are available on your Mac. What is the actual issue you are having? It would be helpful if you provided: what version of Delphi you have and what version of Xcode is on the Mac. Given the cut-off part of the messages in the screenshot, it appears you are using a version of Delphi earlier than 12.2. Note that earlier versions of Delphi will not work with Xcode 16 (or later), since there was a change to the location of the provisioning profiles in Xcode 16. If you are using Delphi 12.1 or earlier, and Xcode 16 (or later), you'd need to either upgrade to Delphi 12.2, or revert to the last version of Xcode 15 (which is 15.4)
  3. Dave Nottage

    App on Android ANR (abnomal crash)

    You have not answered this part: Meaning which version was used to compile the app where the problem is happening. Regardless, are you able to reproduce the issue (RSP-23962) using the same steps as in the report? If so, please indicate what device(s) this is happening on.
  4. Dave Nottage

    Delphi iOS Push Notifications (APNS)

    My bad.. I had forgotten that I did some modifications to Grijjy.OAuth2.pas to allow signing with ES256 as well as RS256. For now, I've attached the modified unit here. Please place it in the same folder as the project. Grijjy.OAuth2.pas
  5. Dave Nottage

    Delphi iOS Push Notifications (APNS)

    These parts make the whole answer smell of AI - a bad one, since those folders do not exist
  6. Dave Nottage

    App on Android ANR (abnomal crash)

    In that report, it shows the entire stack trace for when the error occurs - is it the same for yours? As I said earlier: Also, which version of Delphi are you using?
  7. Dave Nottage

    App on Android ANR (abnomal crash)

    Which issue?
  8. Dave Nottage

    App on Android ANR (abnomal crash)

    Not really enough information. KastriFree has long been deprecated, in preference to Kastri. Which parts of it are you using, exactly?
  9. You do not have iOS support installed in Xcode on the Mac. In the Xcode menu, click Xcode | Settings, and select the Components tab. Click on the Get button, for iOS.
  10. Still no debugging for iOS 17 or higher.
  11. Dave Nottage

    Delphi 11 Android 14

    This value works OK on my Android 15 device (a Pixel 6 Pro), so I'd assume if I had Android 14 it would work, too. It may be to do with the regional settings on the device. One way you can check is by examining the value(s) of: FormatSettings.ShortTimeFormat, FormatSettings.TimeAMString and FormatSettings.TimePMString
  12. Dave Nottage

    Delphi 12.1 with MacOS version and iOS version

    I'm using macOS 15.3, Xcode 16.2 with an iOS 18.3 device with no issues, other than being unable to debug (which has been a problem since iOS 17).
  13. Dave Nottage

    Delphi iOS Push Notifications (APNS)

    Just Apple? There's this demo I put together a while ago - all it does is creates a message and performs the push. Make sure you read the readme at that link.
  14. Dave Nottage

    Delphi 11 Android 14

    See this link.
  15. Dave Nottage

    Delphi 11 Android 14

    There have been changes in later versions of Android that are not necessarily supported by Delphi 11. The easiest solution is to stay current with Delphi, i.e. use Delphi 12.2*. Otherwise, indicate what the "inconsistencies" are that you are having trouble with, as they might be resolvable. *I should point out that even using Delphi 12.2 may not resolve all your issue(s) - you may still need to change your code to allow for later versions of Android.
×