Skip to content
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

[Bug] iOS Firebase Registering failed #106

Open
AlleSchonWeg opened this issue Jan 16, 2025 · 2 comments
Open

[Bug] iOS Firebase Registering failed #106

AlleSchonWeg opened this issue Jan 16, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@AlleSchonWeg
Copy link

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:

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:

		public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) {
			//var isInit = Firebase.Core.App.DefaultInstance != null;
Firebase.Core.App.Configure();
			return base.FinishedLaunching(application, launchOptions);
		}

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

@AlleSchonWeg AlleSchonWeg added the bug Something isn't working label Jan 16, 2025
@thomasgalliker thomasgalliker self-assigned this Jan 16, 2025
@thomasgalliker
Copy link
Owner

I haven't tried on an iOS simulator recently but it should work there too. Do you have other firebase nugets installed?

@AlleSchonWeg
Copy link
Author

No. Just your nuget. Could you also test it with an emulator?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants