Jump to content

Andy.B

Members
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

1 Neutral

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

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

  1. Using the generated info.plist actually helped. I only added the use of non-standard fonts there. The keys I mentioned earlier were added here automatically. Thank you very much and best regards!
  2. Yes, I did it, I used "Update Local File Cache" from SDK Manager. I drag these keys along remembering previous versions and other applications. I tried to leave only DTPlatformName, but then Transporter wouldn't let me through IPA. Should I not add them anymore? I will add that during previous attempts I had the old SDK installed, from XCode 15, and then Transporter clearly said that the new ones were required. I removed them from Delphi after installing XCode 16.2.
  3. Good day, I have no idea what I'm doing wrong and I'm asking for help. Delphi 12.2 SDK Version iPhone 18.2 XCode 16.2 macOS Sequoia 15.3.2 Certificates newly generated and downloaded. I added the keys to the info.plist file: <key>DTPlatformName</key> <string>iphoneos</string> <key>DTPlatformVersion</key> <string>18.2</string> <key>DTPlatformBuild</key> <string>24D81</string> <key>DTXcodeBuild</key> <string>16C5032a</string> <key>DTSDKBuild</key> <string>24D81</string> The IPA file goes through Transporter without any errors, but when I try to submit the application for review, I get the message: "Unable to Add for Review The items below are required to start the review process: New apps and app updates must be built with the latest public (GM) versions of Xcode, and the iOS, macOS, watchOS, and tvOS SDKs. Apps built with beta versions aren't allowed." Please help. Best regards, Andy
  4. Andy.B

    Delphi 12 and Android 14

    I haven't uploaded anything to GooglePlay yet, for now I've run this test program directly on the phone. However, such a message appears on the device (Pixel 5 in my case) only when I set "Target Platform: Android 32 bit", in the case of "Android 64 bit" there is no incompatibility message. It even seems logical, I'm sorry I didn't check it earlier and I'm making noise. In the case of GooglePlay and AAB, nothing like this will certainly happen. Thank you and best regards. Andy
  5. Andy.B

    Delphi 12 and Android 14

    Good morning, I create a new, clean project in Delphi 12, run it on Android 14 and see the message: "This app is not compatible with the latest version of Android." In the AndroidManifest.xml file: <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="33" /> Android 14 is API version 34, I know. However, you upload a new program to GooglePlay and the client sees such a message? Can I ask for some tips? Regards, Andy
  6. Hi, try this Query.ParamByName('Name').AsWideString := ... Regards
  7. Andy.B

    TLocationSensor on Android 12

    Indeed, the workaround proposed by Marc Schwarzkopf works very well. Greetings!
  8. Andy.B

    TLocationSensor on Android 12

    Good morning, I was a little surprised today. The program in which I use localization, written on Delphi 10.4 works on Android 11, but not on Android 12. So I compiled it on Delphi 11 and it still doesn't work on Android 12 - on older versions of Android (10, 11) it's ok. Did you manage to run Location Demo on Android 12? Like other programs with TLocationSensor component, this one doesn't work for me either. While debugging I get the message "Project Location.apk raised exception class Aborted (6)." and the program ends. I don't really know what to do with it now, can you please give me a hint? Best wishes, Andrew
  9. The file change date or even the size does not change anything - the file is not replaced. I do it so that I upload a new file, with a new name, and the constant declared in the program indicates the new file. The old file is simply deleted in the OnCreate data module. Works, that's what. greetings, Andrew
  10. Andy.B

    No more Transparent Forms on Android, now they are black

    It looks worse when after creating such a background you will rotate the screen ...
×