Removing notification from Mac notification center - macos

Mac OS Big Sur
11.2.3
Developing Web Push notifications per here. Just got to the point where the popup appears and I can confirm permission. The notification gets added to my notification center, but I can't delete it to try again for debugging.
Posts I've found on this talk about using the 'delete' key or Fn+backspace, but that doesn't work for me.
How do I do this please?

Related

xcode enable push notifications

Im trying for a whole day now to get firebase push notifications working.
In almost every tutorial there is a toggle button for push notifications in xcode, in my setup i can not find the toggle button. I can add push notification in the Singing & Capabilities view. And I can see the pus notifications heading, however there is no toggle button.
Im a member of a apple developer team account do I need to get special permissions?
When I view the app config (i can not edit the config) at https://developer.apple.com/account/resources/identifiers/list I see the push notifications is checked.
Im running xcode 11.2.1 on osx 10.15.1
Any pointers are appreciated.
When looking at the capabilities 6 it states: push notifications.

High Sierra: push notifications are not clickable

I am experiencing issue with macOS 10.13.
Push notifications created for my app are not clickable by its content. Action button works the same as on 10.12, but userNotificationCenter:didActivateNotification: does not get called with NSUserNotificationActivationTypeContentsClicked activation type.
Any idea why this could happen?

Xamarin.Forms.Labs iOS SMS texting issue

I am using Xamarin.Forms.Labs to send SMS messages from my app. It works great on WP and Android but with the iOS it opens up the default texting screen and allows you to send a text but then I am unable to get back to my app. I click cancel or the iPhone button and reopen my app and it is still on the texting screen. Any ideas what I could be doing wrong or why it doesn't return to my app once I have finished texting? Is anyone else having this issue?
This was a bug in the iOS implementation. I just pushed a fix for it and you can use the latest code (master branch) to test it out.
https://github.com/XLabs/Xamarin-Forms-Labs/pull/498
I will get it included in the next release package.

Unable to receive Push notification on IOS 8

I've an apps with push notification working well on it. After i upgrade device to iOS8, i unable to receive push notification on my device, even with correct device token, taken with function didRegisterForRemoteNotificationsWithDeviceToken .
The push notification is working perfectly on iOS < 8.
i do add a function didRegisterUserNotificationSettings for compatible with iOS8. I able to get prompted request permission for push notification dialog, and able to get device token string. Sadly, i still get no luck in this.
Any help?
Take a look here
https://support.pagerduty.com/hc/en-us/articles/203238050-Receiving-push-notifications-on-iOS-8
I have the same issue too
read this : As of September 19, 2014, our engineers confirmed with Apple that this is a known issue with the iOS 8 upgrade.
Khodor
You should see and read session number 713 of Apple #WWDC2014.
It has got all the information regarding the IOS8 Push Notification actions.
Here is a link for this. Watch "What's new in ios notifications" videos :
https://developer.apple.com/videos/wwdc/2014/

Local Notification only appearing in Notification Center when app is open on iPhone

I'm having a strange issue. My UILocalNotifications are only appearing in the Notification Center when the app is open. If I have the iPhone at the launch screen they don't appear. The icon badge numbers from the notifications do appear though. The exact same code works perfectly on the iPad version of the app. I've verified that the body text is getting set correctly. The app is enabled in Notification Center with all options on as well.
If I have the app open and then tap home to leave the it, the notification disappears from Notification Center as well.
Has anyone else seen this?
Thanks,
Jason
My bad, missed one piece of code when merging from the iPad version.
Jason

Resources