-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bae1ce
commit 9bfca16
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Update Notes | ||
|
||
This documents updates to Kastri which may adversely impact users, and describes what steps to take. | ||
|
||
## Sep 21st, 2024 | ||
|
||
* Updated Firebase Cloud Messaging (FCM) and AdMob (Google Mobile Ads) implementations to support Firebase iOS SDK 11.2.0 | ||
|
||
Firebase iOS SDK 11.2.0 requires additional iOS SDK frameworks, so when compiling you may receive linker errors when compiling. Please refer to the iOS section of the project configuration sections as to which frameworks need to be added. | ||
|
||
For FCM, see [here](https://github.com/DelphiWorlds/Kastri/tree/master/Demos/FCMRebooted#firebase-sdk) | ||
|
||
For AdMob, see [here](https://github.com/DelphiWorlds/Kastri/blob/master/Demos/AdMob/ReadMe.md#firebase-sdk) | ||
|
||
|
||
|
||
|