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
After i get Android done I tried iOS on a emulator. But there is a problem when the App will register at Firebase.
I receive this message in the VS Code Output Console on the Mac:
2025-01-16 14:56:26.330918+0100 XXX.YYY.Maui[65609:2090953] [[FirebaseSessions]] 11.6.0 - [FirebaseSessions][I-SES000000] Sessions SDK did not have any dependent SDKs register as dependencies. Events will not be sent.
I manually tried to register it in FinishedLaunching:
Firebase.Core.App.Configure(); generates the message. Do you have idea what's happening? Is this just warning? RegisteredForRemoteNotifications is not calling. So I have no token.
Thank you
The text was updated successfully, but these errors were encountered:
Description
After i get Android done I tried iOS on a emulator. But there is a problem when the App will register at Firebase.
I receive this message in the VS Code Output Console on the Mac:
I manually tried to register it in FinishedLaunching:
Firebase.Core.App.Configure(); generates the message. Do you have idea what's happening? Is this just warning?
RegisteredForRemoteNotifications
is not calling. So I have no token.Thank you
The text was updated successfully, but these errors were encountered: