-
Notifications
You must be signed in to change notification settings - Fork 142
feat(fcm): Add LiveActivityToken
to ApnsConfig
for iOS live activities support
#454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(fcm): Add LiveActivityToken
to ApnsConfig
for iOS live activities support
#454
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hi @kanclalg, thank you for contributing this! Could you push an empty commit here to re trigger the stalled github action tests? |
@jonathanedey done. After doing it realized that I could just merge master. Anyway, did both things. Not sure that it triggered something. |
LiveActivityToken
to ApnsConfig
for iOS live activities support
Everything looks good, thanks again @kanclalg! |
Hi, I have a question. Is there any timeframe when this will be released as a new version? :) We want to use live activities with the SDK, but it seems like this fix is needed for it? |
Hi @staehr, this change is now available in Admin .NET v3.3.0 |
Thank you very much for notifying me @jonathanedey. |
Support for iOS live activities: https://firebase.google.com/docs/cloud-messaging/ios/live-activity
Closes this: #440