Jump to content

AlanScottAgain

Members
  • Content Count

    35
  • Joined

  • Last visited

Community Reputation

1 Neutral

Technical Information

  • Delphi-Version
    Delphi 12 Athens
  1. AlanScottAgain

    GrijjyCloudLogger & D12

    Hi Jon, Yes I have. I had issues that look like version incompatibility with sdks. I did not investigate further as Dave's hint to use the Console on iOS was perfect.
  2. AlanScottAgain

    GrijjyCloudLogger & D12

    Hi, Given that debugging on iOS17 is not possible at this moment. I was looking at the Grijjy CloudLogger as an option. It hasn't been updated in a while and wondered if anyone had it running under D12 and iOS? Thanks Alan
  3. Hi I'm trying to use SQLite with FDAC using Dynamic loading on Android and iOS. Unfortunately I'm not getting very far. Currently testing on Android 64. I'm getting an error: Project TestFDACDynamic.apk raised exception class EFDException with message '[FireDAC][Phys][SQLite]-314. Cannot load vendor library [/data/user/0/com.embarcadero.TestFDACDynamic/files/libsqliteX.so]. Hint: check it is in the PATH or application EXE directories, and has x86 bitness.'. libsqliteX.so is downloaded from the sqlite download page. and I deploy to .\assets\internal\. I have tried with other libsqlite.so's with the same issue. Am I using the wrong file? Or the wrong location? Many thanks for any advice. Alan
  4. AlanScottAgain

    Can not debug on iOS

    OK thanks
  5. AlanScottAgain

    Can not debug on iOS

    Thanks Dave, I'm running 16.61?
  6. AlanScottAgain

    Can not debug on iOS

    Hi I can compile and my app appears on the iPhone and I can run it. But I can't seem to step trough the code. However, I can step though code if I deploy to the simulator. I have read the documentation, but it hasn't helped. What could I be doing wrong? Thanks Alan
  7. AlanScottAgain

    RSA encryption on iOS

    Hi How would I use RSA encryption on iOS? Is there a built in library or an external one that works on iOS? Thanks Alan
  8. AlanScottAgain

    Firebase options?

    FB4D I've had no issues in VCL
  9. AlanScottAgain

    GetCryptLibHandle Issue on ios

    Thanks Dave, I had not seen the FB4D Docs about iOS deployment. I will work through that and see if I can get a compile.
  10. AlanScottAgain

    GetCryptLibHandle Issue on ios

    Hi I'm trying to compile FB4D for ios. FB4D is dependent the JOSE library. On Android everything is fine. On ios I get: [DCC Error] JOSE.OpenSSL.Headers.pas(168): E2003 Undeclared identifier: 'GetCryptLibHandle' and the relevant code is IFDEFed out due to - {$IFNDEF STATICLOAD_OPENSSL} How can I get this to work on iOS, please. Thanks Alan PS https://github.com/paolo-rossi/delphi-jose-jwt/issues/26
  11. AlanScottAgain

    Colored Notification Icon

    Thank you for the detailed answers. I think I was confused because the default notification icon is colored!
  12. AlanScottAgain

    Colored Notification Icon

    Hi Apps like YouTube have colored notification icons - but even when set my image the notification section to a colored png it still appears white. How can I have my icon show colored? Thanks Alan
  13. AlanScottAgain

    obb file location

    thank you
  14. AlanScottAgain

    obb file location

    Hi Is there an equivalent to TPath.GetHomePath for the obb directory? I want to deploy some video files in an APK expansion pack. But not sure how to find where they will be installed to. Thanks Alan
  15. AlanScottAgain

    Advice, Please - Notifications

    Thank you David, Do I need to create a service app to read the data and recreate the notification after start up? Would that work on iOS?
×