A new package with an updated Firebase and AdMob sdks is available.
For now it is released for developers using a local Mac. Don't update if using the hosted builder.
The new version requires Xcode 14+
Mac: https://www.b4x.com/b4i/files/Firebase300.zip
Internal libraries: attached.
Note that there are many changes under the hood, especially in iAdMob. OBJC code or NativeObject calls are likely to require changes.
For example, to get the sdk version:
The RewardedVideoAd was not fully tested.
There are new events for InterstitialAd.
For now it is released for developers using a local Mac. Don't update if using the hosted builder.
The new version requires Xcode 14+
Mac: https://www.b4x.com/b4i/files/Firebase300.zip
Internal libraries: attached.
Note that there are many changes under the hood, especially in iAdMob. OBJC code or NativeObject calls are likely to require changes.
For example, to get the sdk version:
B4X:
Dim no As NativeObject
no.Initialize("GADMobileAds")
Log(no.RunMethod("sharedInstance", Null).RunMethod("sdkVersion", Null).AsString)
The RewardedVideoAd was not fully tested.
There are new events for InterstitialAd.
Attachments
Last edited: