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

Can not able to get badge count working in IOs devices using clevertap flutter SDK. #108

Open
kiran-bbs opened this issue Jul 14, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request platform: iOS

Comments

@kiran-bbs
Copy link

We have been trying to implement badge count for IOS devices. We have already implemented push notifications and its working awesome. But I am stuck with this particular IOS issue.

I have tried with all possible solution available on the internet.

@darshanclevertap Can you please help me here.

@darshanclevertap
Copy link
Contributor

@kiran-bbs Can you share what all you have tried?

@KambleSonam
Copy link
Contributor

@kiran-bbs . You can go through the available flutter package to add badge.
https://pub.dev/packages/flutter_app_badger

@kiran-bbs
Copy link
Author

kiran-bbs commented Aug 18, 2022

@KambleSonam But how I can listen to new push coming directly from journeys. In android its working out of the box but in IOS manually sending count from api works but it doesnt take from available notifications from the notification tray

@kiran-bbs
Copy link
Author

@darshanclevertap I have tried with FCM but not worked also added some native level code to try to listen new push event. But not able to do that. Do you have any proven approach to do this. Can you please let me know posible way to implement badge count from app side without sending count from server side for IOS devices.

Note: For android sdk working as expected. for IOS if we send count from API it shows also using flutter_app_badger I am able to clear the counter also. But the problem is when I make an event trigger from app and it passes through journeys and make mobile push for this badge count is not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform: iOS
Projects
None yet
Development

No branches or pull requests

5 participants