We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a3195 commit 5a814f8Copy full SHA for 5a814f8
cpp_sdk_version.json
@@ -1,5 +1,5 @@
1
{
2
- "released": "12.0.0",
3
- "stable": "12.0.0",
4
- "head": "12.0.0"
+ "released": "12.1.0",
+ "stable": "12.1.0",
+ "head": "12.1.0"
5
}
release_build_files/readme.md
@@ -642,6 +642,8 @@ code.
642
[SDK documentation](https://developers.google.com/admob/cpp/sdk).
643
- Messaging (Android): Fixed a potential race condition on receiving
644
messages after cleanup.
645
+ - Messaging (iOS): Fixed an issue with notifications being lost if they
646
+ were received before Firebase Messaging was initialized.
647
648
### 12.0.0
649
- Changes
0 commit comments