com.squirrel.WhatsApp.WhatsApp Notification - push-notification

little problem
When I get a message from whatsapp
it says com.squirrel.WhatsApp.WhatsApp at the top.
How do you get that off. Notification

Related

Count of unread messages as a badge on the app icon not working

I've implemented push notification via App Center Push for my xamarin.forms project. On my android 9 device "Honor P 10 lite" the counter for the unread messages is not visible any more.
I know that with android 9 so called "notification dots" (little circle on the app icon,to inform the user that there are new messages) were introduced.
If this is enabled (via Settings -> Notifications -> App Icon Badges -> Badge Display Mode : New Notifications) the dots is visible when new messages arrived. And by long press on the app icon I can see the notification and also the correct notification count is shown on the right.
If i switch to "Badge display mode: "Unread messages" and afterwards send a push notification to my app, the badge counter doesn't get visible (altough the notification is appearing on the screen)
I've tried to set the badge count in code (notificationChannel.SetNumer()); and also tried to set the target android version to the highest API level.
Expected result: Show a badge with the correct number of unread messages on the app icon.
Actual result: No badge is shown when new push notifications were send to the device.
Do you also face this problem or do you have any idea how to fix this?
Thanks in advance!

Push Notification Action Categories are not working in killed state iOS

My Push notifications action categories are not working, while the app is in suspended(killed) state, in Background & foreground everything is working fine & also I'm receiving notifications in all the states.
Actually, I want to store some data in firebase, on click of 'Accept' & 'Reject' buttons which is the action categories of Push Notification.
Please help me, I'm stuck in this place
Thanks in Advance.
Have to add these methods in AppDelegate. It should work.
application(_:handleActionWithIdentifier:forRemoteNotification:completionHandler:)
userNotificationCenter(_:didReceive:withCompletionHandler:).

Delete simulated text messages in the iOS 10 simulator

Is it possible to delete simulated text messages in the iOS 10 simulators? There isn't an edit button in the main Messages view on the simulator and swipe to delete doesn't seem to work either. Messages clears simulated messages after ending a session with an app but I'm trying to create a mockup for a screenshot and delete an individual simulated text I mistyped.
If you hold down on the message, a box comes up. Click on more and it allows you to select messages to delete. It took me a while to figure it out!

Adding custom buttons to send message notification using Microsoft Band SDK

I have been playing with the Microsoft Band SDK and I have figured out that it is possible to create custom tile layouts and buttons along with event click receivers like ACTION_TILE_OPENED, ACTION_TILE_BUTTON_PRESSED, and ACTION_TILE_CLOSED.
However, is it possible to add custom buttons when doing send message notifications? Such that when a message is receive, the user can swipe left and see additional action buttons he/she can tap, and also tie this button to a click handler method? I have been trying to figure this out all day, but no success.
Example:
When a text (SMS) message is receive in the band, you can swipe left to see two buttons: "Dismiss" and "Reply". I was wondering if it is possible to also create this type of notification with buttons.
No, currently there are no means to customize notifications (messages or dialogs) sent to the Band.

Notification window in android becomes all black and unable to see any notification details

The issue which I am facing is that the notifications are shown on notification bar but when I expand the bar, not able to see the notification details (blank black window is shown).
And if I click on the blank notification window the control goes to the activity for which notification was there.
Can anybody please tell me why is this happening?

Resources