Jump to content

Francisco

Members
  • Content Count

    24
  • Joined

  • Last visited

Community Reputation

1 Neutral

Technical Information

  • Delphi-Version
    Delphi 10.4 Sydney

Recent Profile Visitors

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

  1. Francisco

    IOS 15 suppoort

    Did you solve the problem?
  2. Francisco

    In-App purchase

    Google is not accepting the In-App library developed by Embarcadero. Any fix is available? Thanks in advance
  3. Francisco

    Full screen with iOS 15

    Hi: I have several apps in the Apple store working well with iOS 15. However one of them is not running, saying that the developer has to update the app. We received an email from Apple saying;: However, if you’ve added UIRequiresFullScreen=YES to your app’s Info.plist in order to keep your app full screen during multitasking, you’ll need to recompile with Xcode 13 and the SDK for iPadOS 15 to take advantage of the full screen size. Test and submit your updated app in App Store Connect today. I have removed UIRequiresFullScreen=YES. However, tha app is still not working in iOS 15. I have Dephi 10.4 last version MacOS Catalina 10.15.7 Xcode 11.4.1 I only want to recompile, it seems I have to install Xcode 13 or 13.1. But then I have to upgrade MAcOS 11.3 or posterior. Monterrey is available as upgrade. Several doubts: 1) So as removing UIRequiresFullScreen=YES is not working, is this the problem or not? is the problem solved recompiling with Xcode 13.1? 2) On a thread I can read Monterrey is not suported. OK? Shoukd I update to Big Sur to use Xcode 13.1? 3) Can I follow with Delphi 10.4 last version? Thankds in advance.
  4. Francisco

    AV with InApp purchase on MacOS

    Hi: Any news from this idea? It is a pity not to have the inAap for MacOs
  5. Francisco

    StoryBoard launch screen - Delphi 10.4

    I still have a blank screen. Let me show you my resolutions, may be this is the problem: Iphone 2x: 750x1134 Iphone 3x: 1125x2436 iPad 2x: 1536x2048 All portrait, because the App only works in portrait
  6. Francisco

    StoryBoard launch screen - Delphi 10.4

    More news: I sent an ipa file to TestFlight, and when it was available I installed it in my iPad. Aafter removing previous version, rebooting , and installing from TestFlight, still with no splash screen. So probably my final version will be rejected. 😞
  7. Francisco

    Big problem with info.plist iOS

    SO SORRY. It was my fault. Not all the files where selected in the Deployment window.
  8. Francisco

    Big problem with info.plist iOS

    Version 10.4.1 with the last patch. Suddenly I cannot obtain the ipa file. During "Compiling Asset catalogue" this error is shown: [PAClient Error] Error: E6665 Cannot open file "/Users/faparisi/PAServer/scratch-dir/Paco-miniMac/XXXXCX.app/Info.plist". No such file or directory This happens some times, and I have to use a previous backup, loosing my last work. I did nothing special, just writing some new code. Going back to a previous back solves the problem. But I cannot use my last work. Why this happens? Is this related to the problem of the splash scree (blank screen)? How to solve it? Please, help. This is very frustrating.
  9. Francisco

    StoryBoard launch screen - Delphi 10.4

    unistalling the app and restarting the iOS device is not working for me. This seems an Embarcadero bug
  10. Francisco

    Migrating to Sydney AndroidManifest error

    Hi: I am compiling a project that works perfectly in Delphi 10.3.2. When I compile it in 10.4 I have to remove the following lines of the AndroidManifast.templete: <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.FJAG.XXXXX.fileprovider" android:grantUriPermissions="true" android:exported="false"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/filepaths" /> </provider> To be honest I remember that I had to include that code some long time ago, but I d not remember the reason to add it. And if I do not remove it, IDE shows an error at: @xml/filepaths. After removing that code then I can obtain the apk. But the app cannot finish the start, splash image is there forever. But probably this is due to another problem. Any help? Thanks in advance.
  11. Francisco

    TComboBox selector size problem in iOS

    I found the solution. Itemwidth only works in Windows, if you do not change DropDownKind . For the other platforms you have to change DropDownKind to Custom
  12. Francisco

    TComboBox selector size problem in iOS

    I am attaching a picture to show the problem:
  13. Francisco

    Arab in iOS

    Yes... good idea. I will try different fonts. What I am doing is using google translator. I just copy the translation from the google page and I paste in the label text. It seems to work...
  14. Francisco

    Arab in iOS

    to be more clear, in iOS no text in shown in the app when runnning. in Android and Window the text is shown correctly. I think it is related to iOS, no to FMX. Ir is only showing text, no text input needed.
  15. Francisco

    Arab in iOS

    As I commented, it works in Android and Windows. Only problems in iOS
×