Jump to content

Ömer Gözlek

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

1 Neutral
  1. Ömer Gözlek

    Your Delphi verion does not support COMMAND

    I have the same problem with Delphi 11 Professional Edition. All of my updates are installed. After, opening component suite to install packages, every time when I right click on a project in the project manager to build or to install package, Delphi IDE is frozen. I have to kill Delphi process from Task Manager. But I am able to build all projects using Project menu. I installed components using Install Component menu item and adding design time packages. However, unfortunately, when I open a demo project, during opening pas file Delphi IDE freezes.
  2. Ömer Gözlek

    Firebase Adertising Problem After IOS 14

    I have just found the culprit. It is FireDAC.Phys.SQLiteWrapper.Stat unit. I will explain how did I reach this conclusion. I debugged the source and found that breaks at the constructor of TiOSFirebaseBannerAd in FMX.Advertising.Firebase.iOS unit. The first line of constructor which is TGADMobileAds.OCClass.sharedInstance.startWithCompletionHandler(nil) causes error. This line initializes the Admob library. But, my application id and banner id s are all correct since sample app works without problems. Then I started to add my original app's units to sample project step by step. Firstly, I found the unit which is causing the problem. After that, I focused on the units in its uses list. Finally I found the actual offending unit. It is FireDAC.Phys.SQLiteWrapper.Stat. I think something in its initialization section is causing the problem. Actually, I don't need that unit in my source code. It is a left over unit from my previous works. Thank you very much for your help on directing me towards the solution.
  3. Ömer Gözlek

    Firebase Adertising Problem After IOS 14

    I refreshed provisioning profiles, deleted old provisioning profiles from Mac and renewed device support files. After doing these operations, sample project started to run as expected. But, my original project isn't running as before. I am searching for the cause of it. FirebaseAdvertisingForIOS.rar
  4. Ömer Gözlek

    Firebase Adertising Problem After IOS 14

    Thank you for your prompt reply. As you said, those articles was about to Firebase Cloud Messaging, but I used them to integrate Firebase IOS SDK to my project. Embarcadero article was not complete. It does not mention GoogleService-Info.plist deployment and extra framework definitions. The working link for Embarcadero article is https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Firebase_and_AdMob_iOS_Support. I prepared a sample project with Bundle identifier of my app in App Store. During testing of sample project, it started to give Class 6 with Debug configuration run. It did not give such an error with my original app. By the way, I am using Big Sur and Same project without Firebase Advertising works without errors on my iPAD using Delphi. FirebaseAdvertisingForIOS.rar
  5. My app uses Firebase Admob support for showing advertisement banners. I developed app with Delphi 10.4.2 using the information from Embarcadero article at https://docwiki.embarcadero.com/RADStudio/Sydney/en/IOS_Firebase_Support and from Dave Nottage's articles regarding Firebase integration with Delphi at https://delphiworlds.com/2017/05/adding-firebase-cloud-messaging-mobile-apps-part-2/ and https://delphiworlds.com/2018/08/firebase-cloud-messaging-revisited/. I uploaded my app to App Store. It is name is "Evdeki Bar". It means "Bar At Home" in Turkish. My app works without problems on IOS 13 , IOS 14 and IOS 15 devices when it is downloaded from App Store. But, When I run from Delphi it does not work with IOS SDK 15.0 and IOS SDK 15.2. It stops executing after showing launch screen and waiting 2-3 seconds. It does not show my first form. I inspected the problem thoroughly, but, I could not found a solution to it. I analyzed device logs for my app. There is no app crash in the logs. I noticed that during launch of my app by PAServer app in Mac, iosinstall task crashes. I tried running app with Delphi 10.4.2 and Delphi 11. The problem exists with the both Delphi versions. I tried with Firebase IOS SDK versions 6.18, 6.19, 6.28, 6,.29, 6.30, 6.31 and 8.10, and problem continues with all of these versions. Firebase IOS SDK 6.31 includes Google Mobile Ads SDK 7.64 which is recommended version for IOS 14.0. I tried XCode 13.0 and XCode 13.2.1 and problem still continues. Moreover, I tried with both Debug and Release configurations. Is there a solution or workaround to this problem?
  6. Ömer Gözlek

    StoryBoard launch screen - Delphi 10.4

    Hi, I want to share my recent experience on tis matter. I faced with an odd thing related to this. I had a project which its launchscreen is shown. I changed its CFBundleDevelopmentRegion from en to tr and then launchscreen became invisible. Then, I changed CFBundleDevelopmentRegion from tr to en back. But, launcscreen was not changed. I checked everything related to the launcscreen. What I found is that, in the deployment page, launchscreen image files were missing. I checked the project options launcscreen image file definitions were correct. After some trial and error, I found a solution to this. I changed launchscreen images to some other files and approved project options dialog , after that I changed launnchscreen image file definitions to the original files back and the problem is solved. All files were shown correctly in the deployment page and launchscreen image is shown on my device screen.
×