Francisco
Members-
Content Count
24 -
Joined
-
Last visited
Community Reputation
1 NeutralTechnical Information
-
Delphi-Version
Delphi 10.4 Sydney
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Google is not accepting the In-App library developed by Embarcadero. Any fix is available? Thanks in advance
-
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.
-
Hi: Any news from this idea? It is a pity not to have the inAap for MacOs
-
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
-
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. 😞
-
SO SORRY. It was my fault. Not all the files where selected in the Deployment window.
-
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.
-
unistalling the app and restarting the iOS device is not working for me. This seems an Embarcadero bug
-
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.
-
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
-
I am attaching a picture to show the problem:
-
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...
-
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.
-
As I commented, it works in Android and Windows. Only problems in iOS