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
Hi,
I'm trying to use this plugin as described in firebase/flutterfire#116 (comment)
to send IOS background notifications on IOS but I always get the "BadDeviceToken" error server-side, my guess is that I did not correctly register the token.
I am trying to use the same token as FCM - in general push notifications work fine for me using FCM both on Android and IOS, it's really just IOS background notifications that do not work where I would need this plugin.
Could someone who successfully implemented it share the code on the flutter side to use the same token for FCM and this plugin in a stateless widget?
Thanks,
Marcel
The text was updated successfully, but these errors were encountered:
Use the voip push type for notifications that provide information about an incoming Voice-over-IP (VoIP) call. For more information, see Responding to VoIP Notifications from PushKit.
If you set this push type, the apns-topic header field must use your app’s bundle ID with .voip appended to the end. If you’re using certificate-based authentication, you must also register the certificate for VoIP services. The topic is then part of the 1.2.840.113635.100.6.3.4 or 1.2.840.113635.100.6.3.6 extension.
The voip push type is not available on watchOS. It is recommended on macOS, iOS, tvOS, and iPadOS.
Hi,
I'm trying to use this plugin as described in
firebase/flutterfire#116 (comment)
to send IOS background notifications on IOS but I always get the "BadDeviceToken" error server-side, my guess is that I did not correctly register the token.
I am trying to use the same token as FCM - in general push notifications work fine for me using FCM both on Android and IOS, it's really just IOS background notifications that do not work where I would need this plugin.
Could someone who successfully implemented it share the code on the flutter side to use the same token for FCM and this plugin in a stateless widget?
Thanks,
Marcel
The text was updated successfully, but these errors were encountered: