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

handleGetUnreadMessageCount is not implemented in iOS Flutter plugin. #53

Open
jnagle78 opened this issue Apr 22, 2024 · 1 comment
Open

Comments

@jnagle78
Copy link

handleGetUnreadMessageCount is not implemented in Flutter iOS plugin in 6.x version. Is this by design or accident? It was implemented in 5.x version. When we updated we lost functionality.

https://github.com/apptentive/apptentive-flutter/blob/master/ios/Classes/ApptentiveFlutterPlugin.swift#L144

// Get the number of unread messages in Message Center
private func handleGetUnreadMessageCount(_ call: FlutterMethodCall, _ result: @escaping FlutterResult) {
// TODO
}

@frankus
Copy link
Contributor

frankus commented Apr 23, 2024

Thanks for the heads up. This has been fixed in our development branch and will go out in our next release.

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

2 participants