I tested Kastri-master\Demos\AdMob.
Advertising works perfectly in both iOS and Android!
But when I try to use this mechanism in my iOS application, the application does not start (crashes on startup)
Everything works well under Android.
After a long search for the error, it turned out that the culprit is the unit FireDAC.Phys.SQLiteWrapper.Stat, which is used in my application!
I can’t give up the unit FireDAC.Phys.SQLiteWrapper.Stat, since I’ll have to rewrite everything.
The problem is described in https://en.delphipraxis.net/topic/6440-firebase-adertising-problem-after-ios-14/
and the same thing happens to me
How to check (see the error):
If you add the unit FireDAC.Phys.SQLiteWrapper.Stat to Kastri-master\Demos\AdMob\Unit1.pas, the iOS application does not launch (crashes on startup)
Are there ways to fix the error?