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
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.
@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
@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.
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.
The text was updated successfully, but these errors were encountered: