You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently Firebase introduce support for iOS Live Activity feature
I tried to implement this with CustomData properties in ApnsConfig and Aps classes like this (used 3.1.0 version in Nuget):
Recently Firebase introduce support for iOS Live Activity feature
I tried to implement this with
CustomData
properties inApnsConfig
andAps
classes like this (used3.1.0
version in Nuget):But it fails with error:
After some debugging I found what send .NET Admin SDK in request:
But Firebase waits request like this (
live_activity_token
needs to be inapns
, not inapns.payload
):So I have 2 questions:
live_activity_token
field intoapns
object?The text was updated successfully, but these errors were encountered: