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

initialize() never resolves Future. #59

Open
CodingAleCR opened this issue Oct 3, 2024 · 1 comment
Open

initialize() never resolves Future. #59

CodingAleCR opened this issue Oct 3, 2024 · 1 comment

Comments

@CodingAleCR
Copy link

I'm upgrading from v2.8.0 to v2.9.1.

When running the app, the method for initialize never resolves. It only does this if I hot reload the app.

While debugging the code. iOS logs do show it's "initialized" but the Future never resolves on the Dart portion of the code.

await ZendeskMessaging.initialize(
  androidChannelKey: kAndroidChannelKey,
  iosChannelKey: kIosChannelKey,
);
Screenshot 2024-10-03 at 9 47 02 AM

Android does work without problems. At this point only iOS is giving us issues.

@CodingAleCR
Copy link
Author

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant